diff options
author | Rod Whitby <rod@whitby.id.au> | 2006-11-06 10:28:03 +0000 |
---|---|---|
committer | Rod Whitby <rod@whitby.id.au> | 2006-11-06 10:28:03 +0000 |
commit | 6d0bba5cbc5c93cf19ceaf1b39c98f4b6a35917f (patch) | |
tree | 2bd5629a51238350bfbc448f906cc3c4140c4f6d /packages/images/unslung-image.bb | |
parent | fdf9b680736eac5dd042d4d46dc6a7456c37b9a7 (diff) |
unslung-image: Added explicit dependency on libipkg (dunno why this changed).
Diffstat (limited to 'packages/images/unslung-image.bb')
-rw-r--r-- | packages/images/unslung-image.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/images/unslung-image.bb b/packages/images/unslung-image.bb index 629c855014..1deab932c7 100644 --- a/packages/images/unslung-image.bb +++ b/packages/images/unslung-image.bb @@ -1,5 +1,5 @@ LICENSE = MIT -PR = "r21" +PR = "r22" IMAGE_BASENAME = "unslung" @@ -10,13 +10,13 @@ DEPENDS = "virtual/kernel \ ${UNSLUNG_EXTRA_DEPENDS}" RDEPENDS = "kernel update-modules unslung-rootfs \ - libc6-unslung slingbox ipkg \ + libc6-unslung slingbox ipkg libipkg \ cpio \ findutils \ ${UNSLUNG_EXTRA_RDEPENDS}" IPKG_INSTALL = "kernel update-modules unslung-rootfs \ - libc6-unslung slingbox ipkg \ + libc6-unslung slingbox ipkg libipkg \ cpio \ findutils \ kernel-module-netconsole \ |