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/aspell/aspell_0.0.0.1.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb') diff --git a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb index 20a0ab7d39..073cf5665c 100644 --- a/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb +++ b/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb @@ -14,6 +14,8 @@ SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz" SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7" SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1" +EXCLUDE_FROM_WORLD = "1" + PACKAGECONFIG ??= "" PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" -- cgit v1.2.3-54-g00ecf