diff options
author | Ross Burton <ross.burton@intel.com> | 2019-03-04 17:31:43 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-03-04 22:57:05 +0000 |
commit | b7b769f2f83e9d96e7d40250bd0952d83adb563b (patch) | |
tree | c135c4873ef93219cbd8ba2a13d3cb5fb19eb380 | |
parent | 062bab22d73e7e968e5c129d2fcea65f74e49084 (diff) | |
download | poky-b7b769f2f83e9d96e7d40250bd0952d83adb563b.tar.gz |
util-linux: remove spurious lzo-native dependency
This was added with no explanation in 2010 (17f3c548c) and doesn't appear to be
needed.
(From OE-Core rev: 6683a29cfd10c3796943ae8485310521ca55c446)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/util-linux/util-linux.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-core/util-linux/util-linux.inc b/meta/recipes-core/util-linux/util-linux.inc index cce684f280..18c3af240e 100644 --- a/meta/recipes-core/util-linux/util-linux.inc +++ b/meta/recipes-core/util-linux/util-linux.inc | |||
@@ -21,8 +21,6 @@ LIC_FILES_CHKSUM = "file://README.licensing;md5=1715f5ee3e01203ca1e1e0b9ee65918c | |||
21 | #gtk-doc is not enabled as it requires xmlto which requires util-linux | 21 | #gtk-doc is not enabled as it requires xmlto which requires util-linux |
22 | inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest | 22 | inherit autotools gettext manpages pkgconfig systemd update-alternatives python3-dir bash-completion ptest |
23 | DEPENDS = "zlib ncurses virtual/crypt" | 23 | DEPENDS = "zlib ncurses virtual/crypt" |
24 | DEPENDS_append_class-native = " lzo-native" | ||
25 | DEPENDS_append_class-nativesdk = " lzo-native" | ||
26 | 24 | ||
27 | MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" | 25 | MAJOR_VERSION = "${@'.'.join(d.getVar('PV').split('.')[0:2])}" |
28 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${MAJOR_VERSION}/${BP}.tar.xz \ | 26 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/${BPN}/v${MAJOR_VERSION}/${BP}.tar.xz \ |