unslung-image: Added explicit dependency on libipkg (dunno why this changed).
authorRod Whitby <rod@whitby.id.au>
Mon, 6 Nov 2006 10:28:03 +0000 (10:28 +0000)
committerRod Whitby <rod@whitby.id.au>
Mon, 6 Nov 2006 10:28:03 +0000 (10:28 +0000)
packages/images/unslung-image.bb

index 629c855..1deab93 100644 (file)
@@ -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 \