summaryrefslogtreecommitdiffstats
path: root/recipes-ti
diff options
context:
space:
mode:
authorAsh Charles <ashcharles@gmail.com>2014-06-14 04:34:06 +0000
committerDenys Dmytriyenko <denys@ti.com>2014-06-23 17:45:17 -0400
commit95db662c8a1bb2c89f1ec83658a07ba2d8ac6c0a (patch)
treea4dfebb6a714f5bd7c5e3283a930da7f4e3033b3 /recipes-ti
parent721bf99af0bd7177cba44e0ea71dee7f61852b36 (diff)
downloadmeta-ti-95db662c8a1bb2c89f1ec83658a07ba2d8ac6c0a.tar.gz
gstreamer-ti: Revert to build in place ${B} = ${S}
This recipe use autotools and breaks when built out-of-tree (${B} != ${S}). Signed-off-by: Ash Charles <ashcharles@gmail.com> Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Diffstat (limited to 'recipes-ti')
-rw-r--r--recipes-ti/gstreamer-ti/gstreamer-ti.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
index 2c503f5b..e0e65a75 100644
--- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc
+++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc
@@ -9,7 +9,7 @@ LICENSE = "LGPL"
9# TODO :: Check if CPPFLAGS_append is still required 9# TODO :: Check if CPPFLAGS_append is still required
10# TODO :: Remove ENCODE/DECODE combo exports - these are not used anymore (check?) 10# TODO :: Remove ENCODE/DECODE combo exports - these are not used anymore (check?)
11 11
12inherit autotools 12inherit autotools-brokensep
13inherit update-rc.d 13inherit update-rc.d
14require recipes-ti/includes/ti-paths.inc 14require recipes-ti/includes/ti-paths.inc
15require recipes-ti/includes/ti-staging.inc 15require recipes-ti/includes/ti-staging.inc