diff options
Diffstat (limited to 'sharp-binary-only/sharp-flash-header-c700.oe')
-rw-r--r-- | sharp-binary-only/sharp-flash-header-c700.oe | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/sharp-binary-only/sharp-flash-header-c700.oe b/sharp-binary-only/sharp-flash-header-c700.oe deleted file mode 100644 index 276ddff02f..0000000000 --- a/sharp-binary-only/sharp-flash-header-c700.oe +++ /dev/null @@ -1,7 +0,0 @@ -SECTION = "base" -SRC_URI = "file://header-c700.bin" - -do_stage() { - install -d ${STAGING_LIBDIR}/sharp-flash-header - install -m 0644 ${WORKDIR}/header-c700.bin ${STAGING_LIBDIR}/sharp-flash-header/header-c700.bin -} |