diff options
| -rw-r--r-- | recipes-bsp/rpi-mkimage/rpi-mkimage_git.bb | 4 |
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 2c8ecb1..7dea43d 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 = " \ | |||
| 15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
| 16 | 16 | ||
| 17 | do_install () { | 17 | do_install () { |
| 18 | install -d ${D}${libexecdir}/rpi-mkimage | 18 | install -d ${D}${libexecdir} |
| 19 | install -t ${D}${libexecdir}/rpi-mkimage ./mkimage/* | 19 | install -t ${D}${libexecdir} mkimage/* |
| 20 | } | 20 | } |
| 21 | 21 | ||
| 22 | BBCLASSEXTEND = "native" | 22 | BBCLASSEXTEND = "native" |
