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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2016-01-25 15:04:47 +00:00
parent 72f98ba577
commit 7a98fb7d4e
1 changed files with 1 additions and 1 deletions

View File

@ -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