diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2013-10-24 18:40:13 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 17:33:14 +0000 |
commit | 1d30c640f99c3db22a44e2121597696270002674 (patch) | |
tree | 4cc7a1594514d3e776fcd89768101b927de944ca /meta/recipes-extended/libuser | |
parent | 0902b63870d82373292a34aea7bb9fca70f6e7ef (diff) | |
download | poky-1d30c640f99c3db22a44e2121597696270002674.tar.gz |
libuser: upgrade to 0.60
(From OE-Core rev: 2a89bcf6f604b14ccc9aa98c674b6a4632015c52)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/libuser')
-rw-r--r-- | meta/recipes-extended/libuser/libuser_0.60.bb (renamed from meta/recipes-extended/libuser/libuser_0.59.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/libuser/libuser_0.59.bb b/meta/recipes-extended/libuser/libuser_0.60.bb index a39e9b3573..ca608c7466 100644 --- a/meta/recipes-extended/libuser/libuser_0.59.bb +++ b/meta/recipes-extended/libuser/libuser_0.60.bb | |||
@@ -14,8 +14,8 @@ SECTION = "base" | |||
14 | SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ | 14 | SRC_URI = "https://fedorahosted.org/releases/l/i/libuser/libuser-${PV}.tar.xz \ |
15 | file://fixsepbuild.patch" | 15 | file://fixsepbuild.patch" |
16 | 16 | ||
17 | SRC_URI[md5sum] = "22835cbfec894b1e9491845ed5023244" | 17 | SRC_URI[md5sum] = "5c549724999ccca65ceaaecc4eb8cb98" |
18 | SRC_URI[sha256sum] = "27a93ed1f6424cfbf539c56cf0ca54d3b9b2c4daba6c408464e3c77ddf9c7a2f" | 18 | SRC_URI[sha256sum] = "b1f73408ebfee79eb01a47c5879a2cdef6a00b75ee24870de7df1b816ff483eb" |
19 | 19 | ||
20 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" | 20 | DEPENDS = "popt libpam glib-2.0 xz-native docbook-utils-native linuxdoc-tools-native python" |
21 | 21 | ||