diff options
| author | Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com> | 2024-02-22 14:53:56 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-02-23 14:29:03 +0000 |
| commit | 6913454ffa39e6ddf50a67fe39f674342a4b24cc (patch) | |
| tree | d29f41f3475a8f15f689df498faa864f643d5f69 /meta-selftest | |
| parent | 211c303461be655d49ddcff42f0907cfc6d03824 (diff) | |
| download | poky-6913454ffa39e6ddf50a67fe39f674342a4b24cc.tar.gz | |
creategroup*: Remove coreutils-native as a DEPENDS
There isn't any reason for coreutils-native as a DEPENDS, so
remove it to speed up tests.
(From OE-Core rev: 1aa91868094e8d4e3991cd3faebc17fdf6931907)
Signed-off-by: Eilís 'pidge' Ní Fhlannagáin <pidge@baylibre.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-selftest')
| -rw-r--r-- | meta-selftest/recipes-test/selftest-users/creategroup1.bb | 2 | ||||
| -rw-r--r-- | meta-selftest/recipes-test/selftest-users/creategroup2.bb | 1 |
2 files changed, 0 insertions, 3 deletions
diff --git a/meta-selftest/recipes-test/selftest-users/creategroup1.bb b/meta-selftest/recipes-test/selftest-users/creategroup1.bb index ebbbfaa83d..afd23ed1ee 100644 --- a/meta-selftest/recipes-test/selftest-users/creategroup1.bb +++ b/meta-selftest/recipes-test/selftest-users/creategroup1.bb | |||
| @@ -3,8 +3,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 3 | 3 | ||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | 5 | ||
| 6 | DEPENDS = "coreutils-native" | ||
| 7 | |||
| 8 | S = "${WORKDIR}" | 6 | S = "${WORKDIR}" |
| 9 | 7 | ||
| 10 | inherit useradd allarch | 8 | inherit useradd allarch |
diff --git a/meta-selftest/recipes-test/selftest-users/creategroup2.bb b/meta-selftest/recipes-test/selftest-users/creategroup2.bb index ef697f09b4..f776f43aed 100644 --- a/meta-selftest/recipes-test/selftest-users/creategroup2.bb +++ b/meta-selftest/recipes-test/selftest-users/creategroup2.bb | |||
| @@ -3,7 +3,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
| 3 | 3 | ||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | 5 | ||
| 6 | DEPENDS = "coreutils-native" | ||
| 7 | USERADD_DEPENDS = "creategroup1" | 6 | USERADD_DEPENDS = "creategroup1" |
| 8 | 7 | ||
| 9 | S = "${WORKDIR}" | 8 | S = "${WORKDIR}" |
