diff options
Diffstat (limited to 'packages/meta/unslung-image.bb')
-rw-r--r-- | packages/meta/unslung-image.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/meta/unslung-image.bb b/packages/meta/unslung-image.bb index 7fa1b1cd4c..f9fda0aedc 100644 --- a/packages/meta/unslung-image.bb +++ b/packages/meta/unslung-image.bb @@ -1,5 +1,5 @@ LICENSE = MIT -PR = "r6" +PR = "r7" IMAGE_BASENAME = "unslung" @@ -31,6 +31,8 @@ unslung_clean_image () { rm -f ${IMAGE_ROOTFS}/${sysconfdir}/version # Tidy up some thing which are in the wrong place mv ${IMAGE_ROOTFS}${libdir}/libipkg* ${IMAGE_ROOTFS}/lib/ + # Remove the /lib/*.dat files cause they are too big + rm -f ${IMAGE_ROOTFS}/lib/*.dat # Remove the ipkg symlink - unsling puts it back in rm -f ${IMAGE_ROOTFS}${bindir}/ipkg # Hack out the modutils stuff - it's too hard to make it work |