root_ipk.bbclass: Give EXTRAOPKGCONFIG a default value

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-07-15 13:43:33 +01:00
parent 32d5444424
commit 710d5b5f0f
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@
# See image.bbclass for a usage of this.
#
EXTRAOPKGCONFIG ?= ""
ROOTFS_PKGMANAGE = "opkg opkg-collateral ${EXTRAOPKGCONFIG}"
ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts"