commit c28edf283ec8382fa61b43e5e6c9b8ceee8c2fd5
Author: Parthiban N <parthiban.nallathambi@in.bosch.com>
Date:   Fri Sep 19 12:35:50 2014 +0530

    gst bbappend: Version independent bbappend
    
    'gstreamer1.0-plugins-bad_1.4.0.bbappend' depends on the version in native poky meta/recipes-multimedia/gstreamer/gstreamer1.0-plugins-bad_1.4.1.bb
    
    Upstream-Status : Submitted [mailing list]
    Signed-off-by   : Parthiban N<parthiban.nallathambi@in.bosch.com>

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"
