Openembedded Core Discussions
 help / color / mirror / Atom feed
* [PATCH] testexport-tarball: Add default value for TEST_EXPORT_SDK_PACKAGES
@ 2016-06-13  8:11 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2016-06-13  8:11 UTC (permalink / raw)
  To: openembedded-core

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>

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}"




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-06-13  8:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-06-13  8:11 [PATCH] testexport-tarball: Add default value for TEST_EXPORT_SDK_PACKAGES Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox