diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-02 10:48:17 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2007-05-02 10:48:17 +0000 |
commit | 57b3d83e6a2c8951db18a7a47e67075f5cd58f53 (patch) | |
tree | e87b603d82ad7a2214f935078c29dfa81060fcb3 | |
parent | 7e4af417c04c0a3134f6adc87089216c2920d5a4 (diff) |
image.bbclass: remove *all* IPKG list files
-rw-r--r-- | classes/image.bbclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image.bbclass b/classes/image.bbclass index 2954dcdf39..5f1dfa2dce 100644 --- a/classes/image.bbclass +++ b/classes/image.bbclass @@ -80,7 +80,7 @@ fakeroot do_rootfs () { insert_feed_uris - rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/oe + rm -f ${IMAGE_ROOTFS}${libdir}/ipkg/lists/* ${IMAGE_PREPROCESS_COMMAND} |