diff options
-rw-r--r-- | meta/recipes-extended/cpio/cpio_2.11.bb | 2 | ||||
-rw-r--r-- | meta/recipes-extended/cpio/cpio_v2.inc | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-extended/cpio/cpio_2.11.bb b/meta/recipes-extended/cpio/cpio_2.11.bb index 7e82ec0912..78da20e3d4 100644 --- a/meta/recipes-extended/cpio/cpio_2.11.bb +++ b/meta/recipes-extended/cpio/cpio_2.11.bb | |||
@@ -3,7 +3,7 @@ include cpio_v2.inc | |||
3 | LICENSE = "GPLv3" | 3 | LICENSE = "GPLv3" |
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" |
5 | 5 | ||
6 | PR = "r0" | 6 | PR = "r1" |
7 | 7 | ||
8 | SRC_URI[md5sum] = "1112bb6c45863468b5496ba128792f6c" | 8 | SRC_URI[md5sum] = "1112bb6c45863468b5496ba128792f6c" |
9 | SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" | 9 | SRC_URI[sha256sum] = "601b1d774cd6e4cd39416203c91ec59dbd65dd27d79d75e1a9b89497ea643978" |
diff --git a/meta/recipes-extended/cpio/cpio_v2.inc b/meta/recipes-extended/cpio/cpio_v2.inc index 3d024af84f..066e9374a2 100644 --- a/meta/recipes-extended/cpio/cpio_v2.inc +++ b/meta/recipes-extended/cpio/cpio_v2.inc | |||
@@ -18,6 +18,7 @@ do_install () { | |||
18 | autotools_do_install | 18 | autotools_do_install |
19 | install -d ${D}${base_bindir}/ | 19 | install -d ${D}${base_bindir}/ |
20 | mv "${D}${bindir}/cpio" "${D}${base_bindir}/cpio.${PN}" | 20 | mv "${D}${bindir}/cpio" "${D}${base_bindir}/cpio.${PN}" |
21 | rmdir ${D}${bindir}/ | ||
21 | case ${TARGET_OS} in | 22 | case ${TARGET_OS} in |
22 | *-uclibc*) ;; | 23 | *-uclibc*) ;; |
23 | *) mv "${D}${libexecdir}/rmt" "${D}${libexecdir}/rmt.${PN}" ;; | 24 | *) mv "${D}${libexecdir}/rmt" "${D}${libexecdir}/rmt.${PN}" ;; |