1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-01-12 01:20:20 +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 721bf99af0
commit 95db662c8a

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