mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 22:39:49 +02:00
package_deb: Drop obsolete comments/variables
These comments/variables appear to be long dead, remove them. (From OE-Core rev: a50c8fa7c6c9d40279724a04fb616462b1b491ff) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -32,6 +32,3 @@ python () {
|
||||
elif darch == "arm":
|
||||
d.setVar('DEB_SDK_ARCH', 'armel')
|
||||
}
|
||||
|
||||
# This will of course only work after rootfs_deb_do_rootfs or populate_sdk_deb has been called
|
||||
DPKG_QUERY_COMMAND = "${STAGING_BINDIR_NATIVE}/dpkg-query --admindir=$INSTALL_ROOTFS_DEB/var/lib/dpkg"
|
||||
|
||||
Reference in New Issue
Block a user