diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins.inc')
| -rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins.inc | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins.inc b/meta/recipes-multimedia/gstreamer/gst-plugins.inc index ad6c3a4cf6..b23d399349 100644 --- a/meta/recipes-multimedia/gstreamer/gst-plugins.inc +++ b/meta/recipes-multimedia/gstreamer/gst-plugins.inc | |||
| @@ -14,13 +14,6 @@ EXTRA_OECONF = "--disable-valgrind --disable-debug --disable-examples " | |||
| 14 | 14 | ||
| 15 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" | 15 | acpaths = "-I ${S}/common/m4 -I ${S}/m4" |
| 16 | 16 | ||
| 17 | LIBV = "0.10" | ||
| 18 | #FILES_${PN} += "${libdir}/gstreamer-${LIBV}/*.so" | ||
| 19 | #FILES_${PN}-dev += "${libdir}/gstreamer-${LIBV}/*.la ${libdir}/gstreamer-${LIBV}/*.a" | ||
| 20 | FILES_${PN}-dbg += "${libdir}/gstreamer-${LIBV}/.debug" | ||
| 21 | |||
| 22 | PACKAGES_DYNAMIC = "${PN}-*" | ||
| 23 | |||
| 24 | # orc.m4 calls pkg-config ----variable=orcc orc-0.4 to get the path to orcc, | 17 | # orc.m4 calls pkg-config ----variable=orcc orc-0.4 to get the path to orcc, |
| 25 | # resulting in /usr/bin/orcc. Force it to use the staged orcc. | 18 | # resulting in /usr/bin/orcc. Force it to use the staged orcc. |
| 26 | do_configure_append() { | 19 | do_configure_append() { |
| @@ -29,14 +22,7 @@ do_configure_append() { | |||
| 29 | done | 22 | done |
| 30 | } | 23 | } |
| 31 | 24 | ||
| 32 | python populate_packages_prepend () { | 25 | require gst-plugins-package.inc |
| 33 | gst_libdir = bb.data.expand('${libdir}/gstreamer-${LIBV}', d) | ||
| 34 | postinst = bb.data.getVar('plugin_postinst', d, 1) | ||
| 35 | 26 | ||
| 36 | # Can't package separate debug packages yet | 27 | PACKAGES_DYNAMIC = "${PN}-*" |
| 37 | # do_split_packages(d, gst_libdir, '\.debug/libgst(.*)\.so$', bb.data.expand('${PN}-%s-dbg', d), 'GStreamer plugin for %s (with debugging symbols)', recursive=True, extra_depends=bb.data.expand('${PN}-dbg', d), match_path=True) | ||
| 38 | do_split_packages(d, gst_libdir, 'libgst(.*)\.so$', bb.data.expand('${PN}-%s', d), 'GStreamer plugin for %s', postinst=postinst, extra_depends=bb.data.expand('${PN}',d)) | ||
| 39 | do_split_packages(d, gst_libdir, 'libgst(.*)\.l?a$', bb.data.expand('${PN}-%s-dev', d), 'GStreamer plugin for %s (development files)', extra_depends=bb.data.expand('${PN}-dev',d)) | ||
| 40 | } | ||
| 41 | 28 | ||
| 42 | ALLOW_EMPTY = "1" | ||
