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/unslung-image.bb | |
parent | 9bd213b23e9095cc0aa94952cc345a110a5cdc40 (diff) |
Rename: image_ipk -> image.bbclass, IPKG_INSTALL -> PACKAGE_INSTALL to prepare for deb packaging
Diffstat (limited to 'packages/images/unslung-image.bb')
-rw-r--r-- | packages/images/unslung-image.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb index 58f61b10d5..b56f007523 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -18,7 +18,7 @@ RDEPENDS = "kernel update-modules unslung-rootfs \ # findutils \ ${UNSLUNG_EXTRA_RDEPENDS}" -IPKG_INSTALL = "kernel update-modules unslung-rootfs \ +PACKAGE_INSTALL = "kernel update-modules unslung-rootfs \ libc6-unslung slingbox ipkg \ libipkg \ # cpio \ @@ -28,7 +28,7 @@ IPKG_INSTALL = "kernel update-modules unslung-rootfs \ IMAGE_PREPROCESS_COMMAND += "unslung_clean_image; " -inherit image_ipk +inherit image # Note that anything in this function must be repeatable without having to rebuild the rootfs unslung_clean_image () { |