summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME
diff options
context:
space:
mode:
authorKarthik Ramanan <a0393906@ti.com>2017-03-30 13:41:02 +0530
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2017-04-04 08:53:43 +0000
commitaf4eb6f5deed0ed1aee984b918f95824ad8b7d62 (patch)
tree270b06a5a245bd89d63c046591a7e3350ceeefd5 /meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME
parente5647d8e3da999c353a48c139c9a968705c5a891 (diff)
dra7xx: cleanup of gstreamer files
Change-Id: If77f088450ea9473523fdc35cb72fbc83bff285a Signed-off-by: Karthik Ramanan <a0393906@ti.com>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME')
-rw-r--r--meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME41
1 files changed, 0 insertions, 41 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME b/meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME
deleted file mode 100644
index bfcd75036..000000000
--- a/meta-agl-bsp/meta-ti/recipes-arago/gstreamer/gstreamer1.0-plugins-bad_1.6.3.bbappend.CHECKME
+++ /dev/null
@@ -1,41 +0,0 @@
-FILESEXTRAPATHS_prepend := "${THISDIR}/${PN}:"
-
-PACKAGECONFIG = "faad"
-
-# gstreamer is now also included on Keystone, be mindful of any Graphics dependencies
-PACKAGECONFIG_append_omap-a15 = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
-PACKAGECONFIG_append_ti43x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
-PACKAGECONFIG_append_ti33x = " ${@bb.utils.contains('DISTRO_FEATURES','wayland','wayland','',d)}"
-
-DEPENDS_append_omap-a15 = " \
- libdce \
- libdrm \
-"
-
-DEPENDS_append_ti43x = " \
- libdrm \
-"
-
-DEPENDS_append_ti33x = " \
- libdrm \
-"
-
-SRC_URI_append_ti43x = " \
-"
-
-SRC_URI_append_ti33x = " \
-"
-
-PACKAGE_ARCH = "${MACHINE_ARCH}"
-
-BRANCH ?= "master"
-
-SRC_URI = "git://git.ti.com/glsdk/gstreamer1-0-plugins-bad.git;protocol=git;branch=${BRANCH} \
- "
-
-S = "${WORKDIR}/git"
-
-SRCREV_omap-a15 = "f0694b5fcec997036ef7df4d382b28e833c8ebfd"
-SRCREV = "d0160ca810be30bf2b2e7681f5047933402efb52"
-
-PR = "r21"