summaryrefslogtreecommitdiffstats
path: root/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2020-05-30 00:03:24 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-03 15:25:54 +0100
commit8ee4f7c076b0fdbfc5b9d6b5bbbf8a02f5d062a7 (patch)
tree58694a9e5281ed5860ce6ba1d664b6a8fd507867 /meta-selftest/recipes-test/devtool/devtool-test-ignored.bb
parent06a24a615549af3550302a56ea08147000a608f3 (diff)
downloadopenembedded-core-contrib-8ee4f7c076b0fdbfc5b9d6b5bbbf8a02f5d062a7.tar.gz
meta-selftest: add test of .gitignore in tarball
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest/recipes-test/devtool/devtool-test-ignored.bb')
-rw-r--r--meta-selftest/recipes-test/devtool/devtool-test-ignored.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb b/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb
new file mode 100644
index 0000000000..6a3d58c884
--- /dev/null
+++ b/meta-selftest/recipes-test/devtool/devtool-test-ignored.bb
@@ -0,0 +1,9 @@
+LICENSE = "CLOSED"
+INHIBIT_DEFAULT_DEPS = "1"
+
+SRC_URI = "file://${BPN}.tar.gz \
+ file://${BPN}.patch"
+
+S = "${WORKDIR}/${BPN}"
+
+EXCLUDE_FROM_WORLD = "1"