]> code.ossystems Code Review - openembedded-core.git/commitdiff
selftest-nopackages: New recipe in meta-selftest
authorPaul Barker <pbarker@konsulko.com>
Fri, 5 Jun 2020 09:39:55 +0000 (10:39 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 6 Jun 2020 22:14:02 +0000 (23:14 +0100)
This provides a test recipe which is known to inherit the nopackages
bbclass.

Signed-off-by: Paul Barker <pbarker@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-selftest/recipes-test/nopackages/selftest-nopackages.bb [new file with mode: 0644]

diff --git a/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb b/meta-selftest/recipes-test/nopackages/selftest-nopackages.bb
new file mode 100644 (file)
index 0000000..154df91
--- /dev/null
@@ -0,0 +1,6 @@
+SUMMARY = "Test recipe for nopackages bbclass"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
+INHIBIT_DEFAULT_DEPS = "1"
+inherit nopackages