1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-06-06 19:00:49 +00:00

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>
This commit is contained in:
Ash Charles
2014-06-14 04:34:06 +00:00
committed by Denys Dmytriyenko
parent e10d7fe4e9
commit c725d8334f
+1 -1
View File
@@ -9,7 +9,7 @@ LICENSE = "LGPL"
# TODO :: Check if CPPFLAGS_append is still required
# TODO :: Remove ENCODE/DECODE combo exports - these are not used anymore (check?)
inherit autotools
inherit autotools-brokensep
inherit update-rc.d
require recipes-ti/includes/ti-paths.inc
require recipes-ti/includes/ti-staging.inc