rpi-mkimage: install tools under {libexecdir}/rpi-mkimage

For consistency with other recipes that look for mkimage
tools (u-boot-rpi, linux-raspberrypi) under ${libexecdir}/rpi-mkimage,
make sure that the tools are installed at the proper location.

Signed-off-by: Maciej Borzecki <maciej.borzecki@open-rnd.pl>
This commit is contained in:
Maciej Borzecki 2016-02-02 15:31:45 +01:00 committed by Andrei Gherzan
parent 6314f668fa
commit 6bd39a61b7

View File

@ -15,8 +15,8 @@ SRC_URI = " \
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
do_install () { do_install () {
install -d ${D}${libexecdir} install -d ${D}${libexecdir}/rpi-mkimage
cp ./mkimage/* ${D}${libexecdir} install -t ${D}${libexecdir}/rpi-mkimage ./mkimage/*
} }
BBCLASSEXTEND = "native" BBCLASSEXTEND = "native"