mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
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>
15 lines
377 B
BlitzBasic
15 lines
377 B
BlitzBasic
require tar.inc
|
|
|
|
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552"
|
|
|
|
PR = "r3"
|
|
|
|
SRC_URI += "file://m4extensions.patch \
|
|
file://gcc43build.patch \
|
|
file://avoid_heap_overflow.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "c6c4f1c075dbf0f75c29737faa58f290"
|
|
SRC_URI[sha256sum] = "19f9021dda51a16295e4706e80870e71f87107675e51c176a491eba0fc4ca492"
|