From 95db662c8a1bb2c89f1ec83658a07ba2d8ac6c0a Mon Sep 17 00:00:00 2001 From: Ash Charles Date: Sat, 14 Jun 2014 04:34:06 +0000 Subject: [PATCH] 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 Signed-off-by: Denys Dmytriyenko --- 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 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" # 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