[oe-commits] [openembedded-core] 22/39: testexport-tarball: Add default value for TEST_EXPORT_SDK_PACKAGES

git at git.openembedded.org git at git.openembedded.org
Tue Jun 14 12:04:46 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 79aa2d34590660c788e0a6c56ef1bb1a5dda5119
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Mon Jun 13 09:11:00 2016 +0100

    testexport-tarball: Add default value for TEST_EXPORT_SDK_PACKAGES
    
    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 at linuxfoundation.org>
---
 meta/recipes-core/meta/testexport-tarball.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-core/meta/testexport-tarball.bb b/meta/recipes-core/meta/testexport-tarball.bb
index 951d3be..d9861c4 100644
--- a/meta/recipes-core/meta/testexport-tarball.bb
+++ b/meta/recipes-core/meta/testexport-tarball.bb
@@ -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}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list