diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-11-15 15:28:12 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-06 12:30:31 +0000 |
commit | cc5879ce75713506e76481f36d6e45dc3b31948c (patch) | |
tree | 286bc5c024d8057af5a8ba9922323b1f7e97c1a5 /meta/recipes-extended/tar/tar_1.26.bb | |
parent | 487d58a98cd9fe4b368f0e7d119f8ff7ac852781 (diff) | |
download | openembedded-core-cc5879ce75713506e76481f36d6e45dc3b31948c.tar.gz openembedded-core-cc5879ce75713506e76481f36d6e45dc3b31948c.tar.bz2 openembedded-core-cc5879ce75713506e76481f36d6e45dc3b31948c.zip |
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.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-extended/tar/tar_1.26.bb')
-rw-r--r-- | meta/recipes-extended/tar/tar_1.26.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/tar/tar_1.26.bb b/meta/recipes-extended/tar/tar_1.26.bb index 4c8ab2c4f5..03a35c3d3f 100644 --- a/meta/recipes-extended/tar/tar_1.26.bb +++ b/meta/recipes-extended/tar/tar_1.26.bb @@ -3,7 +3,7 @@ require tar.inc LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" -PR = "r3" +PR = "r4" SRC_URI += "file://remove-gets.patch \ " |