]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
conf/distro/poky-tiny: correctly disable python in opkg-utils
authorRoss Burton <ross.burton@intel.com>
Thu, 7 Jan 2016 23:32:23 +0000 (23:32 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 12 Jan 2016 15:35:22 +0000 (15:35 +0000)
opkg-utils has more than one PACKAGECONFIG option enabled by default so wiping
out PACKAGECONFIG entirely breaks poky-tiny as then opkg-utils doesn't build an
update-alternatives binary.

Instead, use the _remove override to selectively disable Python in opkg-utils,
leaving update-alternatives present.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta-yocto/conf/distro/poky-tiny.conf

index fcf0a1ec0c683c90006b28b993e0a02aa3ddf29a..ee84d4039d9bcefb86060eaa9bd3d055c4327edc 100644 (file)
@@ -140,4 +140,4 @@ PNBLACKLIST[core-image-x11] = "not buildable with poky-tiny"
 PNBLACKLIST[core-image-weston] = "not buildable with poky-tiny"
 
 # Disable python usage in opkg-utils since it won't build with tiny config
-PACKAGECONFIG_pn-opkg-utils = ""
+PACKAGECONFIG_remove_pn-opkg-utils = "python"