This recipe use autotools and breaks when built out-of-tree
(${B} != ${S}).Signed-off-by: Ash Charles <[email protected]> --- recipes-ti/gstreamer-ti/gstreamer-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/gstreamer-ti/gstreamer-ti.inc b/recipes-ti/gstreamer-ti/gstreamer-ti.inc index 2c503f5..e0e65a7 100644 --- a/recipes-ti/gstreamer-ti/gstreamer-ti.inc +++ b/recipes-ti/gstreamer-ti/gstreamer-ti.inc @@ -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 -- 1.8.3.2 -- _______________________________________________ meta-ti mailing list [email protected] https://lists.yoctoproject.org/listinfo/meta-ti
