]> code.ossystems Code Review - openembedded-core.git/commitdiff
oh-image-minimal: use remove_packaging_data_files() function instead of manually...
authorMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 26 Jun 2007 11:36:14 +0000 (11:36 +0000)
committerMarcin Juszkiewicz <hrw@openedhand.com>
Tue, 26 Jun 2007 11:36:14 +0000 (11:36 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2008 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/images/oh-image-minimal.bb

index 29d442bf21c081414df07103ee174e5fa867beda..609db30728f6d9658d3afa83601e43ee522a8ac9 100644 (file)
@@ -10,4 +10,4 @@ IMAGE_LINGUAS = " "
 require poky-image.inc
 
 # remove not needed ipkg informations
-ROOTFS_POSTPROCESS_COMMAND += "rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/"
+ROOTFS_POSTPROCESS_COMMAND += "remove_packaging_data_files"