mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
rootfs_deb: Fix whitespace issue
Fixing the following warning: WARNING: Variable rootfs_deb_bad_recommendations contains tabs, please remove these (/srv/ssd/sgw/poky/meta/recipes-extended/images/core-image-lsb-dev.bb) (From OE-Core rev: aec771c113ae4347af7ef98bef8c289e3a5069e2) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9776dbd401
commit
a1240a563b
@@ -13,7 +13,7 @@ do_rootfs[lockfiles] += "${DEPLOY_DIR_DEB}/deb.lock"
|
||||
|
||||
python rootfs_deb_bad_recommendations() {
|
||||
if d.getVar("BAD_RECOMMENDATIONS", True):
|
||||
bb.warn("Debian package install does not support BAD_RECOMMENDATIONS")
|
||||
bb.warn("Debian package install does not support BAD_RECOMMENDATIONS")
|
||||
}
|
||||
do_rootfs[prefuncs] += "rootfs_deb_bad_recommendations"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user