From 6d0bba5cbc5c93cf19ceaf1b39c98f4b6a35917f Mon Sep 17 00:00:00 2001 From: Rod Whitby Date: Mon, 6 Nov 2006 10:28:03 +0000 Subject: [PATCH] unslung-image: Added explicit dependency on libipkg (dunno why this changed). --- packages/images/unslung-image.bb | 6 +++--- 1 file 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 \ -- 2.47.2