diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-25 15:04:47 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-01-26 18:05:12 +0000 |
commit | 7a98fb7d4e5b5bc62588fcc9ba940dbccf6dc920 (patch) | |
tree | 6622947ac79b5b6bc0ef83285951fafc5e49ad02 /meta | |
parent | 72f98ba5775f6faa2bcad80b913948c1b953111b (diff) | |
download | poky-7a98fb7d4e5b5bc62588fcc9ba940dbccf6dc920.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/libuser/libuser_0.62.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 \ | |||
19 | SRC_URI[md5sum] = "63e5e5c551e99dc5302b40b80bd6d4f2" | 19 | SRC_URI[md5sum] = "63e5e5c551e99dc5302b40b80bd6d4f2" |
20 | SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3cace20b" | 20 | SRC_URI[sha256sum] = "a58ff4fabb01a25043b142185a33eeea961109dd60d4b40b6a9df4fa3cace20b" |
21 | 21 | ||
22 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" | 22 | DEPENDS = "popt libpam glib-2.0 docbook-utils-native linuxdoc-tools-native python" |
23 | 23 | ||
24 | inherit autotools gettext pythonnative python-dir pkgconfig | 24 | inherit autotools gettext pythonnative python-dir pkgconfig |
25 | 25 | ||