summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
index ffcaa83..2c8ecb1 100644
--- a/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
+++ b/recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb
@@ -15,8 +15,8 @@ SRC_URI = " \
15S = "${WORKDIR}/git" 15S = "${WORKDIR}/git"
16 16
17do_install () { 17do_install () {
18 install -d ${D}${libexecdir} 18 install -d ${D}${libexecdir}/rpi-mkimage
19 cp ./mkimage/* ${D}${libexecdir} 19 install -t ${D}${libexecdir}/rpi-mkimage ./mkimage/*
20} 20}
21 21
22BBCLASSEXTEND = "native" 22BBCLASSEXTEND = "native"