From: Paul Eggleton Date: Fri, 22 Jul 2016 12:38:07 +0000 (+1200) Subject: classes/populate_sdk_ext: set default for SDK_INCLUDE_PKGDATA X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~24880 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c734df1df3c19b0dabb9da5b4dc86b966a0d71c;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git classes/populate_sdk_ext: set default for SDK_INCLUDE_PKGDATA We don't absolutely need this - it doesn't change the default behaviour, but it seems to me we have a convention to set default values so we should add one here. Signed-off-by: Paul Eggleton Signed-off-by: Richard Purdie --- diff --git a/meta/classes/populate_sdk_ext.bbclass b/meta/classes/populate_sdk_ext.bbclass index 62f2c3e48a6..720142f8222 100644 --- a/meta/classes/populate_sdk_ext.bbclass +++ b/meta/classes/populate_sdk_ext.bbclass @@ -20,6 +20,7 @@ SDK_EXT_task-populate-sdk-ext = "-ext" # Options are full or minimal SDK_EXT_TYPE ?= "full" +SDK_INCLUDE_PKGDATA ?= "0" SDK_RECRDEP_TASKS ?= ""