diff options
author | Richard Purdie <rpurdie@rpsys.net> | 2006-12-31 23:28:56 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@rpsys.net> | 2006-12-31 23:28:56 +0000 |
commit | a7c7d20784667526ec3fce58da7efe2b415aa884 (patch) | |
tree | 73c22c96396d8f235b49a0da712a9d9d04e377a9 /packages/images/nylon-image-base.bb | |
parent | 9bd213b23e9095cc0aa94952cc345a110a5cdc40 (diff) |
Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to prepare for deb packaging
Diffstat (limited to 'packages/images/nylon-image-base.bb')
-rw-r--r-- | packages/images/nylon-image-base.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/nylon-image-base.bb b/packages/images/nylon-image-base.bb index 267233445c..120cff5822 100644 --- a/packages/images/nylon-image-base.bb +++ b/packages/images/nylon-image-base.bb @@ -1,4 +1,4 @@ -inherit image_ipk +inherit image inherit nylon-image LICENSE = "MIT" @@ -21,7 +21,7 @@ RDEPENDS_append_mtx-2 = " modutils modutils-initscripts modutils-depmod modutils ## kernel 2.6 ## RDEPENDS_append_mtx-3 = " module-init-tools udev" -export IPKG_INSTALL = "${RDEPENDS}" +export PACKAGE_INSTALL = "${RDEPENDS}" IMAGE_LINGUAS = "" |