diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-15 13:43:33 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-07-15 13:43:33 +0100 |
commit | 710d5b5f0fb1e34364824e467f0a0cbfad7887d8 (patch) | |
tree | 01015316f7cd490a93032de0fd40529d1ebf7e7e /meta/classes/rootfs_ipk.bbclass | |
parent | 32d54444242462cde31b7bcd0dd10566c9119573 (diff) | |
download | poky-710d5b5f0fb1e34364824e467f0a0cbfad7887d8.tar.gz |
root_ipk.bbclass: Give EXTRAOPKGCONFIG a default value
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/classes/rootfs_ipk.bbclass')
-rw-r--r-- | meta/classes/rootfs_ipk.bbclass | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/classes/rootfs_ipk.bbclass b/meta/classes/rootfs_ipk.bbclass index bf18667f7a..aa28cd63f4 100644 --- a/meta/classes/rootfs_ipk.bbclass +++ b/meta/classes/rootfs_ipk.bbclass | |||
@@ -5,6 +5,7 @@ | |||
5 | # See image.bbclass for a usage of this. | 5 | # See image.bbclass for a usage of this. |
6 | # | 6 | # |
7 | 7 | ||
8 | EXTRAOPKGCONFIG ?= "" | ||
8 | ROOTFS_PKGMANAGE = "opkg opkg-collateral ${EXTRAOPKGCONFIG}" | 9 | ROOTFS_PKGMANAGE = "opkg opkg-collateral ${EXTRAOPKGCONFIG}" |
9 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" | 10 | ROOTFS_PKGMANAGE_BOOTSTRAP = "run-postinsts" |
10 | 11 | ||