diff options
Diffstat (limited to 'meta/recipes-extended/cpio/cpio_2.8.bb')
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.8.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.8.bb b/meta/recipes-extended/cpio/cpio_2.8.bb index b6da207b92..3f97dbe2ce 100644 --- a/meta/recipes-extended/cpio/cpio_2.8.bb +++ b/meta/recipes-extended/cpio/cpio_2.8.bb | |||
@@ -3,11 +3,12 @@ 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 = "r3" | 6 | PR = "r4" |
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 \ |
10 | " | 10 | file://fix-memory-overrun.patch \ |
11 | " | ||
11 | 12 | ||
12 | SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1" | 13 | SRC_URI[md5sum] = "0caa356e69e149fb49b76bacc64615a1" |
13 | SRC_URI[sha256sum] = "1b203248874c3b5a728b351f06513e5282f73e0170b7f207fbf8c39f28f6b4ad" | 14 | SRC_URI[sha256sum] = "1b203248874c3b5a728b351f06513e5282f73e0170b7f207fbf8c39f28f6b4ad" |