diff options
Diffstat (limited to 'meta-selftest')
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 | " |
30 | SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b" | 30 | SRCREV_sysdig = "4fb6288275f567f63515df0ff0a6518043ecfa9b" |
31 | SRCREV_falco= "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9" | 31 | SRCREV_falco = "caa0e4d0044fdaaebab086592a97f0c7f32aeaa9" |
32 | 32 | ||
33 | SRCREV_FORMAT = "sysdig_falco" | 33 | SRCREV_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 | ||
15 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" | 15 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
16 | 16 | ||
17 | EXCLUDE_FROM_WORLD="1" | 17 | EXCLUDE_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 | ||
10 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" | 10 | SYSTEMD_SERVICE:${PN} = "${BPN}.service" |
11 | 11 | ||
12 | EXCLUDE_FROM_WORLD="1" | 12 | EXCLUDE_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 | ||
6 | INHIBIT_DEFAULT_DEPS = "1" | 6 | INHIBIT_DEFAULT_DEPS = "1" |
7 | 7 | ||
8 | PATCHTOOL="git" | 8 | PATCHTOOL = "git" |
9 | 9 | ||
10 | SRC_URI = "git://git.yoctoproject.org/git/matchbox-panel-2;branch=master;protocol=https \ | 10 | SRC_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" | |||
6 | S = "${WORKDIR}/sources" | 6 | S = "${WORKDIR}/sources" |
7 | UNPACKDIR = "${S}" | 7 | UNPACKDIR = "${S}" |
8 | 8 | ||
9 | EXCLUDE_FROM_WORLD="1" | 9 | EXCLUDE_FROM_WORLD = "1" |
10 | 10 | ||
11 | inherit useradd allarch | 11 | inherit 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" | |||
10 | S = "${WORKDIR}/sources" | 10 | S = "${WORKDIR}/sources" |
11 | UNPACKDIR = "${S}" | 11 | UNPACKDIR = "${S}" |
12 | 12 | ||
13 | EXCLUDE_FROM_WORLD="1" | 13 | EXCLUDE_FROM_WORLD = "1" |
14 | 14 | ||
15 | inherit useradd allarch | 15 | inherit 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" | |||
8 | S = "${WORKDIR}/sources" | 8 | S = "${WORKDIR}/sources" |
9 | UNPACKDIR = "${S}" | 9 | UNPACKDIR = "${S}" |
10 | 10 | ||
11 | EXCLUDE_FROM_WORLD="1" | 11 | EXCLUDE_FROM_WORLD = "1" |
12 | 12 | ||
13 | inherit useradd allarch | 13 | inherit 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" | |||
8 | S = "${WORKDIR}/sources" | 8 | S = "${WORKDIR}/sources" |
9 | UNPACKDIR = "${S}" | 9 | UNPACKDIR = "${S}" |
10 | 10 | ||
11 | EXCLUDE_FROM_WORLD="1" | 11 | EXCLUDE_FROM_WORLD = "1" |
12 | 12 | ||
13 | inherit useradd allarch | 13 | inherit useradd allarch |
14 | 14 | ||