diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-06-02 12:25:50 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-03 13:13:27 +0100 |
commit | 8c1aa8ba5e26a3b3835da89b9df99d2f7e41d282 (patch) | |
tree | d85ec4fbee5a8ef2a09a3ecb530280e82b5b7e6c /meta | |
parent | 96f8845cfe59f545f501e7999853eb00f9f4ec82 (diff) | |
download | poky-8c1aa8ba5e26a3b3835da89b9df99d2f7e41d282.tar.gz |
systemd: drop python dependency for ptests
Python tests are not actually used, because systemd is configured
using --without-python
(From OE-Core rev: acea8caa0ce4f8fd1a0d33c01c12d4b5a81508d8)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/systemd/systemd_229.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/systemd/systemd_229.bb b/meta/recipes-core/systemd/systemd_229.bb index c2cc06991b..4b726f3a39 100644 --- a/meta/recipes-core/systemd/systemd_229.bb +++ b/meta/recipes-core/systemd/systemd_229.bb | |||
@@ -314,7 +314,7 @@ FILES_${PN}-analyze = "${bindir}/systemd-analyze" | |||
314 | FILES_${PN}-initramfs = "/init" | 314 | FILES_${PN}-initramfs = "/init" |
315 | RDEPENDS_${PN}-initramfs = "${PN}" | 315 | RDEPENDS_${PN}-initramfs = "${PN}" |
316 | 316 | ||
317 | RDEPENDS_${PN}-ptest += "gawk make perl python bash xz \ | 317 | RDEPENDS_${PN}-ptest += "gawk make perl bash xz \ |
318 | tzdata tzdata-americas tzdata-asia \ | 318 | tzdata tzdata-americas tzdata-asia \ |
319 | tzdata-europe tzdata-africa tzdata-antarctica \ | 319 | tzdata-europe tzdata-africa tzdata-antarctica \ |
320 | tzdata-arctic tzdata-atlantic tzdata-australia \ | 320 | tzdata-arctic tzdata-atlantic tzdata-australia \ |