diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2020-05-30 00:03:24 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-06-04 13:27:29 +0100 |
commit | 456e7ab51361af23671f6c74a18fbd54a79ac1e8 (patch) | |
tree | 45244e697c04fe034c6301224db54c2d2a47f2df /meta-selftest/recipes-test | |
parent | eb4e519f4c2c6d8ee5f635bc477de3c4b5d5c2d6 (diff) | |
download | poky-456e7ab51361af23671f6c74a18fbd54a79ac1e8.tar.gz |
meta-selftest: add test of .gitignore in tarball
(From OE-Core rev: 8ee4f7c076b0fdbfc5b9d6b5bbbf8a02f5d062a7)
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')
4 files changed, 32 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 @@ | |||
1 | LICENSE = "CLOSED" | ||
2 | INHIBIT_DEFAULT_DEPS = "1" | ||
3 | |||
4 | SRC_URI = "file://${BPN}.tar.gz \ | ||
5 | file://${BPN}.patch" | ||
6 | |||
7 | S = "${WORKDIR}/${BPN}" | ||
8 | |||
9 | EXCLUDE_FROM_WORLD = "1" | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch b/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch new file mode 100644 index 0000000000..96ea0eb4e3 --- /dev/null +++ b/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch | |||
@@ -0,0 +1,7 @@ | |||
1 | diff --git a/ignored b/ignored | ||
2 | index a579759..e3d7b43 100644 | ||
3 | --- a/ignored | ||
4 | +++ b/ignored | ||
5 | @@ -1 +1 @@ | ||
6 | -I'm so ignored | ||
7 | +# I'm so ignored | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch.expected b/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch.expected new file mode 100644 index 0000000000..68ec6d9875 --- /dev/null +++ b/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.patch.expected | |||
@@ -0,0 +1,16 @@ | |||
1 | From 3a286343cc5cadd83f41d524ee3606ae51df9ee7 Mon Sep 17 00:00:00 2001 | ||
2 | From: Martin Jansa <Martin.Jansa@gmail.com> | ||
3 | Date: Thu, 28 May 2020 01:32:31 +0200 | ||
4 | Subject: [PATCH] meta-selftest: add test of .gitignore in tarball | ||
5 | |||
6 | --- | ||
7 | ignored | 2 +- | ||
8 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
9 | |||
10 | diff --git a/ignored b/ignored | ||
11 | index a579759..e3d7b43 100644 | ||
12 | --- a/ignored | ||
13 | +++ b/ignored | ||
14 | @@ -1 +1 @@ | ||
15 | -I'm so ignored | ||
16 | +# I'm so ignored | ||
diff --git a/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.tar.gz b/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.tar.gz new file mode 100644 index 0000000000..b2e9935eb9 --- /dev/null +++ b/meta-selftest/recipes-test/devtool/devtool-test-ignored/devtool-test-ignored.tar.gz | |||
Binary files differ | |||