package_{deb,ipk}.bbclass: change ALLOW_EMPTY check
authorPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 12 Aug 2007 09:36:50 +0000 (09:36 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Sun, 12 Aug 2007 09:36:50 +0000 (09:36 +0000)
commit36f9208ab9b44b30edd8b9981f21a376091aaffc
treeec1df86e977413ff353485efc014cb765231babe
parenta9b3ea4690137507aa66418d9f60a39a895a2bf8
package_{deb,ipk}.bbclass: change ALLOW_EMPTY check
- before an unset ALLOW_EMPTY meant False, while any string value meant True,
  now "1" means True and any other value or unset means False
- this allows to set ALLOW_EMPTY = "1" and explicitly unset it for a
  subpackage with ALLOW_EMPTY_somepackage = "0"
classes/package_deb.bbclass
classes/package_ipk.bbclass