diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-05-21 16:17:40 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-05-30 12:04:43 +0100 |
commit | 2851d751a814bcf76f4032e8d3ff875a1012ba03 (patch) | |
tree | 741987cc27bda52ae9d95be47ade09b70cfc700c /meta/recipes-extended/cpio/cpio_2.8.bb | |
parent | 8a4a7a261991d8cf49091472b99c68ac8ccab8f8 (diff) | |
download | poky-2851d751a814bcf76f4032e8d3ff875a1012ba03.tar.gz |
cpio: use new update-alternatives
(From OE-Core rev: 6dee3050a4a0c4f3cc9fec23a0bc02155d680863)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cpio/cpio_2.8.bb')
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.8.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.8.bb b/meta/recipes-extended/cpio/cpio_2.8.bb index 006e4f6dfb..cabc1cd605 100644 --- a/meta/recipes-extended/cpio/cpio_2.8.bb +++ b/meta/recipes-extended/cpio/cpio_2.8.bb | |||
@@ -3,7 +3,7 @@ require cpio_v2.inc | |||
3 | LICENSE = "GPLv2" | 3 | LICENSE = "GPLv2" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b7f772ea3a2489231cb4872656cac34b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=b7f772ea3a2489231cb4872656cac34b" |
5 | 5 | ||
6 | PR = "r1" | 6 | PR = "r2" |
7 | 7 | ||
8 | SRC_URI += "file://m4extensions.patch \ | 8 | SRC_URI += "file://m4extensions.patch \ |
9 | file://avoid_heap_overflow.patch \ | 9 | file://avoid_heap_overflow.patch \ |