From af701a134690e3d02bec1c558c89f063094d2445 Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Thu, 14 Jan 2010 23:22:30 -0500 Subject: [PATCH] ti-codecs-dm365: include required defines, fix the build Codec Engine is still broken, though Signed-off-by: Koen Kooi --- recipes/ti/ti-codecs-dm365.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes/ti/ti-codecs-dm365.inc b/recipes/ti/ti-codecs-dm365.inc index b3166bef67..2b3037c0b5 100644 --- a/recipes/ti/ti-codecs-dm365.inc +++ b/recipes/ti/ti-codecs-dm365.inc @@ -5,6 +5,8 @@ SRC_URI = "${BASE_SRC_URI}/dm365_codecs_${PV}.tar.gz" S = "${WORKDIR}/dm365_codecs_${PV}" +require ti-paths.inc + do_compile() { echo "Do nothing" } -- 2.39.5