mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 21:09:03 +02:00
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:
parent
6314f668fa
commit
6bd39a61b7
|
@ -15,8 +15,8 @@ SRC_URI = " \
|
|||
S = "${WORKDIR}/git"
|
||||
|
||||
do_install () {
|
||||
install -d ${D}${libexecdir}
|
||||
cp ./mkimage/* ${D}${libexecdir}
|
||||
install -d ${D}${libexecdir}/rpi-mkimage
|
||||
install -t ${D}${libexecdir}/rpi-mkimage ./mkimage/*
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
|
|
Loading…
Reference in New Issue
Block a user