summaryrefslogtreecommitdiff
path: root/packages/images/unslung-image.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@rpsys.net>2007-09-01 16:57:37 +0000
committerRichard Purdie <rpurdie@rpsys.net>2007-09-01 16:57:37 +0000
commit344ad5e784560c0e88bc8c73ee6fcc2d96e1f56d (patch)
tree843a62ecd70db7072b81409f41995d16b8158ff1 /packages/images/unslung-image.bb
parent3f5c5adb8df219b69ad3a3788eee3a6384c249a0 (diff)
images: Clean up image .bb files, moving functionality to image.bbclass (LICENCE default, setup of RDEPENDS and default IMAGE_BASENAME)
Diffstat (limited to 'packages/images/unslung-image.bb')
-rw-r--r--packages/images/unslung-image.bb8
1 files changed, 1 insertions, 7 deletions
diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb
index a24271a9d6..c6d4e73718 100644
--- a/packages/images/unslung-image.bb
+++ b/packages/images/unslung-image.bb
@@ -1,5 +1,3 @@
-LICENSE = "MIT"
-PR = "r26"
COMPATIBLE_MACHINE = "nslu2"
IMAGE_BASENAME = "unslung"
@@ -11,11 +9,7 @@ USE_DEVFS = "1"
DEPENDS = "virtual/kernel \
${UNSLUNG_EXTRA_DEPENDS}"
-RDEPENDS = "kernel update-modules unslung-rootfs \
- libc6-unslung slingbox ipkg libipkg \
- ${UNSLUNG_EXTRA_RDEPENDS}"
-
-PACKAGE_INSTALL = "kernel update-modules unslung-rootfs \
+IMAGE_INSTALL = "kernel update-modules unslung-rootfs \
libc6-unslung slingbox ipkg libipkg \
kernel-module-netconsole \
${UNSLUNG_EXTRA_INSTALL}"