From 7a98fb7d4e5b5bc62588fcc9ba940dbccf6dc920 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 25 Jan 2016 15:04:47 +0000 Subject: libuser: Drop unneeded xz-native dependency xz-native is needed to decompress the sources but DEPENDS isn't correct for this, its needed at do_unpack time. base.bbclass already handles this correctly so drop the unneeded dependency. (From OE-Core rev: 7e48aa501f9320cfa8f3b7e956d76354250227be) Signed-off-by: Richard Purdie --- meta/recipes-extended/libuser/libuser_0.62.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended') diff --git a/meta/recipes-extended/libuser/libuser_0.62.bb b/meta/recipes-extended/libuser/libuser_0.62.bb index 2d5bd353c9..1369ae8f2d 100644 --- a/meta/recipes-extended/libuser/libuser_0.62.bb +++ b/meta/recipes-extended/libuser/libuser_0.62.bb @@ -19,7 +19,7 @@ SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ SRC_URI[md5sum] = "63e5e5c551e99dc5302b40b80bd6d4f2" SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3cace20b" -DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" +DEPENDS = "popt libpam glib-2.0 docbook-utils-native linuxdoc-tools-native python" inherit autotools gettext pythonnative python-dir pkgconfig -- cgit v1.2.3-54-g00ecf