mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
rootfs_ipk.bbclass: Some extra spaces / tabs were removed / formated
(From OE-Core rev: 414822d2caec720319c026324edd59234d0134ff) Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
e7f1ec945b
commit
8255558613
@@ -115,7 +115,7 @@ fakeroot rootfs_ipk_do_rootfs () {
|
||||
fi
|
||||
fi
|
||||
set +x
|
||||
log_check rootfs
|
||||
log_check rootfs
|
||||
}
|
||||
|
||||
rootfs_ipk_write_manifest() {
|
||||
@@ -134,8 +134,8 @@ rootfs_ipk_write_manifest() {
|
||||
|
||||
remove_packaging_data_files() {
|
||||
rm -rf ${IMAGE_ROOTFS}${opkglibdir}
|
||||
# We need the directory for the package manager lock
|
||||
mkdir ${IMAGE_ROOTFS}${opkglibdir}
|
||||
# We need the directory for the package manager lock
|
||||
mkdir ${IMAGE_ROOTFS}${opkglibdir}
|
||||
}
|
||||
|
||||
list_installed_packages() {
|
||||
|
||||
Reference in New Issue
Block a user