From dbadf6b9f5bae1e513b0f1957b8a4c9687d5ea80 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 15 Nov 2012 15:26:09 -0600 Subject: cpio: Split RMT from cpio After the recent change of the libexecdir definition, the update-alternatives for the libexec rmt broke. Fix this by moving rmt from libexec to /sbin. Also split the rmt app from cpio as it's likely not useful to many users. (From OE-Core rev: 487d58a98cd9fe4b368f0e7d119f8ff7ac852781) Signed-off-by: Mark Hatle Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/cpio/cpio_2.11.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-extended/cpio/cpio_2.11.bb') diff --git a/meta/recipes-extended/cpio/cpio_2.11.bb b/meta/recipes-extended/cpio/cpio_2.11.bb index 9b37dcdeba..5f88b30f1e 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 LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949" -PR = "r3" +PR = "r4" SRC_URI += "file://remove-gets.patch \ " -- cgit v1.2.3-54-g00ecf