summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
diff options
context:
space:
mode:
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>2017-01-09 11:49:25 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-16 18:05:13 +0000
commitc52432498bdb9c32b2c448575de11f7478408c60 (patch)
tree8b3f31cb0cfe0b159929bae670973935f8426292 /meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
parent2a12b59172156286f446b82fd1e20dad83732b18 (diff)
downloadpoky-c52432498bdb9c32b2c448575de11f7478408c60.tar.gz
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 <leonardo.sandoval.gonzalez@linux.intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb')
-rw-r--r--meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb2
1 files changed, 2 insertions, 0 deletions
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"
14SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7" 14SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
15SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1" 15SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
16 16
17EXCLUDE_FROM_WORLD = "1"
18
17PACKAGECONFIG ??= "" 19PACKAGECONFIG ??= ""
18PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses" 20PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
19 21