diff options
author | Ash Charles <ashcharles@gmail.com> | 2014-06-14 04:34:06 +0000 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2014-06-23 17:45:17 -0400 |
commit | 95db662c8a1bb2c89f1ec83658a07ba2d8ac6c0a (patch) | |
tree | a4dfebb6a714f5bd7c5e3283a930da7f4e3033b3 /recipes-ti/gstreamer-ti/gstreamer-ti.inc | |
parent | 721bf99af0bd7177cba44e0ea71dee7f61852b36 (diff) | |
download | meta-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/gstreamer-ti/gstreamer-ti.inc')
-rw-r--r-- | recipes-ti/gstreamer-ti/gstreamer-ti.inc | 2 |
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 | ||
12 | inherit autotools | 12 | inherit autotools-brokensep |
13 | inherit update-rc.d | 13 | inherit update-rc.d |
14 | require recipes-ti/includes/ti-paths.inc | 14 | require recipes-ti/includes/ti-paths.inc |
15 | require recipes-ti/includes/ti-staging.inc | 15 | require recipes-ti/includes/ti-staging.inc |