summaryrefslogtreecommitdiffstats
path: root/meta-selftest
diff options
context:
space:
mode:
Diffstat (limited to 'meta-selftest')
-rw-r--r--meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb2
-rw-r--r--meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb2
-rw-r--r--meta-selftest/recipes-test/bbclasses/systemd-only.bb2
-rw-r--r--meta-selftest/recipes-test/gitrepotest/gitrepotest.bb2
-rw-r--r--meta-selftest/recipes-test/selftest-users/acreategroup.bb2
-rw-r--r--meta-selftest/recipes-test/selftest-users/bcreategroup.bb2
-rw-r--r--meta-selftest/recipes-test/selftest-users/ccreategroup.bb2
-rw-r--r--meta-selftest/recipes-test/selftest-users/dcreategroup.bb2
8 files changed, 8 insertions, 8 deletions
diff --git a/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb b/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb
index 2ce85fe451..819f65409d 100644
--- a/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb
+++ b/meta-selftest/recipes-extended/sysdig/sysdig-selftest_0.28.0.bb
@@ -28,7 +28,7 @@ SRC_URI = "git://github.com/draios/sysdig.git;branch=dev;protocol=https;name=sys
28 file://0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \ 28 file://0099-cmake-Pass-PROBE_NAME-via-CFLAGS.patch \
29 " 29 "
30SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b" 30SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b"
31SRCREV_falco= "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9" 31SRCREV_falco = "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9"
32 32
33SRCREV_FORMAT = "sysdig_falco" 33SRCREV_FORMAT = "sysdig_falco"
34 34
diff --git a/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb b/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb
index f9fc59a494..94f9a7a770 100644
--- a/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb
+++ b/meta-selftest/recipes-test/bbclasses/systemd-and-sysvinit.bb
@@ -14,4 +14,4 @@ INITSCRIPT_NAME = "${BPN}"
14 14
15SYSTEMD_SERVICE:${PN} = "${BPN}.service" 15SYSTEMD_SERVICE:${PN} = "${BPN}.service"
16 16
17EXCLUDE_FROM_WORLD="1" 17EXCLUDE_FROM_WORLD = "1"
diff --git a/meta-selftest/recipes-test/bbclasses/systemd-only.bb b/meta-selftest/recipes-test/bbclasses/systemd-only.bb
index 590a27b9cb..6968247b08 100644
--- a/meta-selftest/recipes-test/bbclasses/systemd-only.bb
+++ b/meta-selftest/recipes-test/bbclasses/systemd-only.bb
@@ -9,4 +9,4 @@ do_install() {
9 9
10SYSTEMD_SERVICE:${PN} = "${BPN}.service" 10SYSTEMD_SERVICE:${PN} = "${BPN}.service"
11 11
12EXCLUDE_FROM_WORLD="1" 12EXCLUDE_FROM_WORLD = "1"
diff --git a/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb b/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb
index f1b6c55833..c4806793ee 100644
--- a/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb
+++ b/meta-selftest/recipes-test/gitrepotest/gitrepotest.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
5 5
6INHIBIT_DEFAULT_DEPS = "1" 6INHIBIT_DEFAULT_DEPS = "1"
7 7
8PATCHTOOL="git" 8PATCHTOOL = "git"
9 9
10SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ 10SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \
11 file://0001-testpatch.patch \ 11 file://0001-testpatch.patch \
diff --git a/meta-selftest/recipes-test/selftest-users/acreategroup.bb b/meta-selftest/recipes-test/selftest-users/acreategroup.bb
index 7805182d48..a970c41134 100644
--- a/meta-selftest/recipes-test/selftest-users/acreategroup.bb
+++ b/meta-selftest/recipes-test/selftest-users/acreategroup.bb
@@ -6,7 +6,7 @@ LICENSE = "MIT"
6S = "${WORKDIR}/sources" 6S = "${WORKDIR}/sources"
7UNPACKDIR = "${S}" 7UNPACKDIR = "${S}"
8 8
9EXCLUDE_FROM_WORLD="1" 9EXCLUDE_FROM_WORLD = "1"
10 10
11inherit useradd allarch 11inherit useradd allarch
12 12
diff --git a/meta-selftest/recipes-test/selftest-users/bcreategroup.bb b/meta-selftest/recipes-test/selftest-users/bcreategroup.bb
index b15c07d7b2..08106dab7c 100644
--- a/meta-selftest/recipes-test/selftest-users/bcreategroup.bb
+++ b/meta-selftest/recipes-test/selftest-users/bcreategroup.bb
@@ -10,7 +10,7 @@ USERADD_DEPENDS = "acreategroup ccreategroup"
10S = "${WORKDIR}/sources" 10S = "${WORKDIR}/sources"
11UNPACKDIR = "${S}" 11UNPACKDIR = "${S}"
12 12
13EXCLUDE_FROM_WORLD="1" 13EXCLUDE_FROM_WORLD = "1"
14 14
15inherit useradd allarch 15inherit useradd allarch
16 16
diff --git a/meta-selftest/recipes-test/selftest-users/ccreategroup.bb b/meta-selftest/recipes-test/selftest-users/ccreategroup.bb
index ff2da1c039..c82ced8481 100644
--- a/meta-selftest/recipes-test/selftest-users/ccreategroup.bb
+++ b/meta-selftest/recipes-test/selftest-users/ccreategroup.bb
@@ -8,7 +8,7 @@ USERADD_DEPENDS = "acreategroup"
8S = "${WORKDIR}/sources" 8S = "${WORKDIR}/sources"
9UNPACKDIR = "${S}" 9UNPACKDIR = "${S}"
10 10
11EXCLUDE_FROM_WORLD="1" 11EXCLUDE_FROM_WORLD = "1"
12 12
13inherit useradd allarch 13inherit useradd allarch
14 14
diff --git a/meta-selftest/recipes-test/selftest-users/dcreategroup.bb b/meta-selftest/recipes-test/selftest-users/dcreategroup.bb
index ab0a529669..0030e81ee0 100644
--- a/meta-selftest/recipes-test/selftest-users/dcreategroup.bb
+++ b/meta-selftest/recipes-test/selftest-users/dcreategroup.bb
@@ -8,7 +8,7 @@ USERADD_DEPENDS = "bcreategroup"
8S = "${WORKDIR}/sources" 8S = "${WORKDIR}/sources"
9UNPACKDIR = "${S}" 9UNPACKDIR = "${S}"
10 10
11EXCLUDE_FROM_WORLD="1" 11EXCLUDE_FROM_WORLD = "1"
12 12
13inherit useradd allarch 13inherit useradd allarch
14 14