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
commit64f9768c7017ef55c2557ad19136fff99936890f (patch)
treeb9052b161d7026b99bc3d4e403905995e7ad6829 /recipes-multimedia
parent59fa5bd70bb621465fab0f53de91cb564329eb5c (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}
+}
+