Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "GStreamer RTSP server" |
| 2 | LICENSE = "LGPLv2+" |
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=55ca817ccb7d5b5b66355690e9abc605" |
| 4 | |
| 5 | SRC_URI = "http://gstreamer.freedesktop.org/src/${BPN}/${BPN}-${PV}.tar.bz2 \ |
| 6 | file://0001-change-deprecated-INCLUDES-to-AM_CPPFLAGS-for-automa.patch" |
| 7 | SRC_URI[md5sum] = "b511af07000595f63c3a705946221643" |
| 8 | SRC_URI[sha256sum] = "9915887cf8515bda87462c69738646afb715b597613edc7340477ccab63a6617" |
| 9 | |
| 10 | DEPENDS = "gst-plugins-base gstreamer" |
| 11 | |
| 12 | EXTRA_OECONF = "--disable-introspection" |
| 13 | |
| 14 | # Configure always checks for Python so inherit pythonnative. Better solution |
| 15 | # would be to disable the checks entirely. |
| 16 | inherit autotools pythonnative gettext |
| 17 | |
| 18 | FILES_${PN}-dev += "${datadir}/vala/vapi/" |