From c52432498bdb9c32b2c448575de11f7478408c60 Mon Sep 17 00:00:00 2001 From: Leonardo Sandoval Date: Mon, 9 Jan 2017 11:49:25 -0600 Subject: recipes-test: exclude recipes from world target These recipes should be excluded from target 'world' because these are just intended to be used internally by oe-selftest (devtool, recipetool, etc.) (From OE-Core rev: 4868bc94b8c4ebcf427ea6d321332d8b8fe6ce4a) Signed-off-by: Leonardo Sandoval Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-selftest/recipes-test/recipetool') diff --git a/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb b/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb index 7d0a040beb..7375c47933 100644 --- a/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb +++ b/meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb @@ -15,6 +15,8 @@ SRC_URI = "file://installscript.sh \ file://selftest-replaceme-inst-todir-globfile \ file://selftest-replaceme-inst-func" +EXCLUDE_FROM_WORLD = "1" + install_extrafunc() { install -m 0644 ${WORKDIR}/selftest-replaceme-inst-func ${D}${datadir}/selftest-replaceme-inst-func } -- cgit v1.2.3-54-g00ecf