From: Denys Dmytriyenko Date: Fri, 15 Jan 2010 04:22:30 +0000 (-0500) Subject: ti-codecs-dm365: include required defines, fix the build X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af701a134690e3d02bec1c558c89f063094d2445;p=openembedded.git ti-codecs-dm365: include required defines, fix the build Codec Engine is still broken, though Signed-off-by: Koen Kooi --- 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" }