diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-01-23 13:27:12 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-28 12:29:32 +0000 |
commit | 8d81257ceb8be50e2121e1346476f0a6ec78a826 (patch) | |
tree | 35cea77cc2941de0ed70ae3447818e53f09d095a /meta/recipes-core/util-linux | |
parent | 98a54331e184411dfd9e3f6822a202aa7369f2fd (diff) | |
download | poky-8d81257ceb8be50e2121e1346476f0a6ec78a826.tar.gz |
util-linux: Update to 2.22.2
(From OE-Core rev: b4ec72a5efe7a22a00aa3ced7eeb2213233b848c)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/util-linux')
-rw-r--r-- | meta/recipes-core/util-linux/util-linux_2.22.2.bb (renamed from meta/recipes-core/util-linux/util-linux_2.22.1.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/util-linux/util-linux_2.22.1.bb b/meta/recipes-core/util-linux/util-linux_2.22.2.bb index d734951eda..dd9557320c 100644 --- a/meta/recipes-core/util-linux/util-linux_2.22.1.bb +++ b/meta/recipes-core/util-linux/util-linux_2.22.2.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | MAJOR_VERSION = "2.22" | 1 | MAJOR_VERSION = "2.22" |
2 | PR = "r3" | 2 | PR = "r0" |
3 | require util-linux.inc | 3 | require util-linux.inc |
4 | 4 | ||
5 | # note that `lscpu' is under GPLv3+ | 5 | # note that `lscpu' is under GPLv3+ |
@@ -12,8 +12,8 @@ SRC_URI += "file://util-linux-ng-replace-siginterrupt.patch \ | |||
12 | file://fix-configure.patch \ | 12 | file://fix-configure.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "cad23c41a014af766d467b86628bd0fd" | 15 | SRC_URI[md5sum] = "3e379b4d8b9693948d751c154614c73e" |
16 | SRC_URI[sha256sum] = "4297ea2a560f8839d7b3cde72a5955d1458dbad38fe0e3d99ccb1fde3df751b2" | 16 | SRC_URI[sha256sum] = "7463a17a01a77cee36d8ce845d8148208f553c9abdd67b446324bf42968bc36d" |
17 | 17 | ||
18 | # Only lscpu part is gplv3; rest of the code is not, | 18 | # Only lscpu part is gplv3; rest of the code is not, |
19 | # so take out the lscpu parts while running non-gplv3 build. | 19 | # so take out the lscpu parts while running non-gplv3 build. |