summaryrefslogtreecommitdiff
path: root/sharp-binary-only
diff options
context:
space:
mode:
Diffstat (limited to 'sharp-binary-only')
-rw-r--r--sharp-binary-only/sharp-flash-header-c700.oe4
1 files changed, 2 insertions, 2 deletions
diff --git a/sharp-binary-only/sharp-flash-header-c700.oe b/sharp-binary-only/sharp-flash-header-c700.oe
index 764ebbf965..149b3fdee4 100644
--- a/sharp-binary-only/sharp-flash-header-c700.oe
+++ b/sharp-binary-only/sharp-flash-header-c700.oe
@@ -1,6 +1,6 @@
SRC_URI = "file://header-c700.bin"
do_stage() {
- mkdir -p ${STAGING_LIBDIR}/sharp-flash-header
- cp -a ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
+ install -d ${STAGING_LIBDIR}/sharp-flash-header
+ install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin
}