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>
SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
+EXCLUDE_FROM_WORLD = "1"
+
PACKAGECONFIG ??= ""
PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
SRC_URI = "file://file1 \
file://file2"
+EXCLUDE_FROM_WORLD = "1"
inherit autotools pkgconfig
+EXCLUDE_FROM_WORLD = "1"
file://testfile;subdir=${BPN}"
S = "${WORKDIR}/${BPN}"
+
+EXCLUDE_FROM_WORLD = "1"
S = "${WORKDIR}/pv-${PV}"
+EXCLUDE_FROM_WORLD = "1"
+
inherit autotools
S = "${WORKDIR}/pv-${PV}"
+EXCLUDE_FROM_WORLD = "1"
+
inherit autotools
S = "${WORKDIR}/git"
+EXCLUDE_FROM_WORLD = "1"
+
inherit autotools pkgconfig
S = "${WORKDIR}/git"
+EXCLUDE_FROM_WORLD = "1"
+
inherit autotools pkgconfig
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
}