From b5f26fc09c7e7f9170b71e7ec86752ec68ac6476 Mon Sep 17 00:00:00 2001 From: Adrien Destugues Date: Sat, 23 Aug 2014 16:17:42 +0200 Subject: [PATCH] lm4tools: fix build. * Not sure what I was trying to do here but it removes the default cflags and as a result libusb is not found. --- dev-embedded/lm4tools/lm4tools-0.1.3.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-embedded/lm4tools/lm4tools-0.1.3.recipe b/dev-embedded/lm4tools/lm4tools-0.1.3.recipe index 991bb5c94..1b81b6c35 100644 --- a/dev-embedded/lm4tools/lm4tools-0.1.3.recipe +++ b/dev-embedded/lm4tools/lm4tools-0.1.3.recipe @@ -47,7 +47,7 @@ BUILD_PREREQUIRES=" BUILD() { cd lm4flash - make $jobArgs CFLAGS=-D__APPLE__ + make $jobArgs } INSTALL()