summaryrefslogtreecommitdiff
path: root/recipes-multimedia
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2013-03-10 23:40:32 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2013-09-22 11:00:37 +0200
commitd16cf09bc252f49d6c8610e3ddc5cb940237efd0 (patch)
treea5976088b16267c9aff8a13996ced76fc8962c19 /recipes-multimedia
parenteb76caacdec7787b1287b02297f0bf8e27f7acae (diff)
gstreamer: make sure plugin package gets generated, disable sdl
Diffstat (limited to 'recipes-multimedia')
-rw-r--r--recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend9
-rw-r--r--recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bbappend8
2 files changed, 17 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
new file mode 100644
index 0000000..840ddba
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bbappend
@@ -0,0 +1,9 @@
+PRINC := "${@int(PRINC) + 2}"
+EXTRA_OECONF += "--disable-sdl"
+
+do_install_append () {
+ # make an empty file, so that ${PN} packages has not size 0 and does get created
+ mkdir -p ${D}${datadir}/gstreamer-${LIBV}
+ touch ${D}${datadir}/gstreamer-${LIBV}/${PN}
+}
+
diff --git a/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bbappend b/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bbappend
new file mode 100644
index 0000000..60c70a7
--- /dev/null
+++ b/recipes-multimedia/gstreamer/gst-plugins-ugly_0.10.19.bbappend
@@ -0,0 +1,8 @@
+PRINC := "${@int(PRINC) + 2}"
+
+do_install_append () {
+ # make an empty file, so that ${PN} packages has not size 0 and does get created
+ mkdir -p ${D}${datadir}/gstreamer-${LIBV}
+ touch ${D}${datadir}/gstreamer-${LIBV}/${PN}
+}
+