From 6c6f44136f7e1c97bc45be118a48bd9b1fef1072 Mon Sep 17 00:00:00 2001 From: Parthiban Nallathambi Date: Tue, 23 Sep 2014 20:03:20 +0530 Subject: gstreamer1.0-plugins-bad: Making bbappend version independent Making the bbappend file gstreamer1.0-plugins-bad into version independent Change-Id: I1ed1fb91e23aa58e9b1a02429ca60a4484eaad93 Signed-off-by: Parthiban N --- recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend | 3 +++ recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend | 3 --- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend delete mode 100644 recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend new file mode 100644 index 0000000..fba7e1a --- /dev/null +++ b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_%.bbappend @@ -0,0 +1,3 @@ +EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ + -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ + --with-egl-window-system=rpi" diff --git a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend b/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend deleted file mode 100644 index fba7e1a..0000000 --- a/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.0.bbappend +++ /dev/null @@ -1,3 +0,0 @@ -EXTRA_OECONF_append_raspberrypi = " CPPFLAGS='-I${STAGING_DIR_TARGET}/usr/include/interface/vcos/pthreads \ - -I${STAGING_DIR_TARGET}/usr/include/interface/vmcs_host/linux' \ - --with-egl-window-system=rpi" -- cgit v1.2.3-54-g00ecf