]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
recipes-test: exclude recipes from world target
authorLeonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Mon, 9 Jan 2017 17:49:25 +0000 (11:49 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 16 Jan 2017 18:01:55 +0000 (18:01 +0000)
These recipes should be excluded from target 'world' because these are
just intended to be used internally by oe-selftest (devtool, recipetool, etc.)

Signed-off-by: Leonardo Sandoval <leonardo.sandoval.gonzalez@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta-selftest/recipes-test/aspell/aspell_0.0.0.1.bb
meta-selftest/recipes-test/devtool/devtool-test-localonly.bb
meta-selftest/recipes-test/devtool/devtool-test-patch-gz.bb
meta-selftest/recipes-test/devtool/devtool-test-subdir.bb
meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb
meta-selftest/recipes-test/devtool/devtool-upgrade-test1_1.5.3.bb.upgraded
meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb
meta-selftest/recipes-test/devtool/devtool-upgrade-test2_git.bb.upgraded
meta-selftest/recipes-test/recipetool/selftest-recipetool-appendfile.bb

index 20a0ab7d390a5e0c96fbd9221df9faa32fbc497d..073cf5665c97897948f7c50ad977592fa44542c4 100644 (file)
@@ -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"
 
index 28ff49ef850acea67930e053aa7e66766797721c..3f7123cda0d0e53a0888faa514bf744bd8d64126 100644 (file)
@@ -4,3 +4,4 @@ INHIBIT_DEFAULT_DEPS = "1"
 SRC_URI = "file://file1 \
            file://file2"
 
+EXCLUDE_FROM_WORLD = "1"
index 719a5f1c9e8098ad3336478e2aab1ee03385e519..e45ee9f60a057e4c808c4a8afd2233bc511f00f0 100644 (file)
@@ -14,3 +14,4 @@ SRC_URI[sha256sum] = "67c2fc94a7ecedbaae0d1837e82e93d1d98f4a6d759828860e552119af
 
 inherit autotools pkgconfig
 
+EXCLUDE_FROM_WORLD = "1"
index 1a163f8a4a00574e3ed3c547f5eddc22d9fcc649..3f6956524ba6721e32b39cd82a11444268e6e58e 100644 (file)
@@ -5,3 +5,5 @@ SRC_URI = "file://devtool-test-subdir.tar.gz \
            file://testfile;subdir=${BPN}"
 
 S = "${WORKDIR}/${BPN}"
+
+EXCLUDE_FROM_WORLD = "1"
index e93b0d551475b352a2e5174ad7a4ea32f14d5e80..4049be292b41e1b11d2e67adadc72b1daa84602f 100644 (file)
@@ -12,5 +12,7 @@ PR = "r5"
 
 S = "${WORKDIR}/pv-${PV}"
 
+EXCLUDE_FROM_WORLD = "1"
+
 inherit autotools
 
index afcc4aa13c6238073007b8bb28c1fb0e439c1170..42c070506df731173dd8233f599f86c75c51bad1 100644 (file)
@@ -10,5 +10,7 @@ SRC_URI[sha256sum] = "9dd45391806b0ed215abee4c5ac1597d018c386fe9c1f5afd2f6bc3b07
 
 S = "${WORKDIR}/pv-${PV}"
 
+EXCLUDE_FROM_WORLD = "1"
+
 inherit autotools
 
index 9bfce0afee6fd8cad54936d40d98f7207235bf4b..450636ef18221a00201500b4adec36af9376b909 100644 (file)
@@ -15,4 +15,6 @@ SRC_URI = "git://git.yoctoproject.org/dbus-wait"
 
 S = "${WORKDIR}/git"
 
+EXCLUDE_FROM_WORLD = "1"
+
 inherit autotools pkgconfig
index 9b947ed9ea2ebb6aa3d14c93d8bf5d545883a921..0d2e19e5a5333a4efbff378349a78d45d5dbbe95 100644 (file)
@@ -14,4 +14,6 @@ SRC_URI = "git://git.yoctoproject.org/dbus-wait"
 
 S = "${WORKDIR}/git"
 
+EXCLUDE_FROM_WORLD = "1"
+
 inherit autotools pkgconfig
index 7d0a040beb42764552951fc0c507670d56538aa4..7375c47933009685ade5afc87348fb78df0f036c 100644 (file)
@@ -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
 }