mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
rootfs classes: added remove_packaging_data_files() function to be used in minimal images
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2007 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -134,3 +134,7 @@ rootfs_deb_log_check() {
|
||||
true
|
||||
}
|
||||
|
||||
remove_packaging_data_files() {
|
||||
rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/
|
||||
rm -rf ${IMAGE_ROOTFS}/usr/dpkg/
|
||||
}
|
||||
|
||||
@@ -81,3 +81,7 @@ rootfs_ipk_log_check() {
|
||||
test "$do_exit" = 1 && exit 1
|
||||
true
|
||||
}
|
||||
|
||||
remove_packaging_data_files() {
|
||||
rm -rf ${IMAGE_ROOTFS}/usr/lib/ipkg/
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user