From 47e01e3e25c9beae08ce9aae8016bd0291b2f97c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Mon, 15 Apr 2013 15:21:09 -0700 Subject: [PATCH] dev-manual: Edits to "Makefile-Based Package" section. (From yocto-docs rev: f694d23a1c4c77a2ce510da976bae55ff384ad9a) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 09f296913d..f8ddbde1c9 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -1121,7 +1121,7 @@ SRC_URI. You do not need to add a do_compile step since by default BitBake starts the make command to compile the application. - If you need additional make options you should store them in the + If you need additional make options, you should store them in the EXTRA_OEMAKE variable. BitBake passes these options into the make GNU invocation.