From: Rod Whitby Date: Mon, 6 Nov 2006 10:28:03 +0000 (+0000) Subject: unslung-image: Added explicit dependency on libipkg (dunno why this changed). X-Git-Tag: Release-2010-05/1~9455^2~524^2^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d0bba5cbc5c93cf19ceaf1b39c98f4b6a35917f;p=openembedded.git unslung-image: Added explicit dependency on libipkg (dunno why this changed). --- 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 \