From 3ff1afa5870f01090e9d49e92478170ae966cc8e Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sat, 8 Jan 2011 10:18:27 +0100 Subject: ti-pru-sw-app-loader: fix build and QA issues Signed-off-by: Koen Kooi --- recipes/ti/ti-pru-sw-app-loader_1.00.00.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'recipes/ti') diff --git a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb index b1d3f39062..142c1bc11f 100644 --- a/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb +++ b/recipes/ti/ti-pru-sw-app-loader_1.00.00.bb @@ -10,8 +10,10 @@ SRC_URI = "svn://gforge.ti.com/svn/pru_sw/;module=trunk;proto=https;user=anonymo SRCREV = "23" S = "${WORKDIR}/trunk/app_loader" +TARGET_CC_ARCH += "${LDFLAGS}" + do_compile () { - make -C ${S}/interface + oe_runmake -C ${S}/interface } do_install () { -- cgit 1.2.3-korg