summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/tar/tar_1.17.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@windriver.com>2012-11-15 15:28:12 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-06 12:31:03 +0000
commit990a17c6758834aefcd5f828b8a67d15e9f88723 (patch)
tree111df638ce774aca783b55431bd5a2a451816df1 /meta/recipes-extended/tar/tar_1.17.bb
parentdbadf6b9f5bae1e513b0f1957b8a4c9687d5ea80 (diff)
downloadpoky-990a17c6758834aefcd5f828b8a67d15e9f88723.tar.gz
tar: Split RMT from tar
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 tar as it's likely not useful to many users. (From OE-Core rev: cc5879ce75713506e76481f36d6e45dc3b31948c) Signed-off-by: Mark Hatle <mark.hatle@windriver.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.17.bb')
-rw-r--r--meta/recipes-extended/tar/tar_1.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tar/tar_1.17.bb b/meta/recipes-extended/tar/tar_1.17.bb
index 9425f14dda..b9ca2063df 100644
--- a/meta/recipes-extended/tar/tar_1.17.bb
+++ b/meta/recipes-extended/tar/tar_1.17.bb
@@ -3,7 +3,7 @@ require tar.inc
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552" 4LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
5 5
6PR = "r2" 6PR = "r3"
7 7
8SRC_URI += "file://m4extensions.patch \ 8SRC_URI += "file://m4extensions.patch \
9 file://gcc43build.patch \ 9 file://gcc43build.patch \