]> code.ossystems Code Review - openembedded-core.git/commitdiff
testexport-tarball: Add default value for TEST_EXPORT_SDK_PACKAGES
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 13 Jun 2016 08:11:00 +0000 (09:11 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 14 Jun 2016 11:56:32 +0000 (12:56 +0100)
Otherwise we see parsing failures in the default configuration:

'''
Nothing RPROVIDES '${TEST_EXPORT_SDK_PACKAGES}' (but
/media/build1/poky/meta/recipes-core/meta/testexport-tarball.bb
RDEPENDS on or otherwise requires it)
'''

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/meta/testexport-tarball.bb

index 951d3be05738de6c602bb93cb03d9370e73ef17e..d9861c4da778e3f7314207303017a66bd5e3196e 100644 (file)
@@ -6,6 +6,8 @@ LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \
                     file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
 
+TEST_EXPORT_SDK_PACKAGES ??= ""
+
 TOOLCHAIN_TARGET_TASK ?= ""
 
 TOOLCHAIN_HOST_TASK ?= "${TEST_EXPORT_SDK_PACKAGES}"