[oe-commits] org.oe.dev unslung-image: Added explicit dependency on libipkg (dunno why this changed).

rwhitby commit openembedded-commits at lists.openembedded.org
Mon Nov 6 11:14:30 UTC 2006


unslung-image: Added explicit dependency on libipkg (dunno why this changed).

Author: rwhitby at nslu2-linux.org
Branch: org.openembedded.dev
Revision: be45303db16fcea88e8bf5c552246d04b5a174c0
ViewMTN: http://monotone.openembedded.org/revision.psp?id=be45303db16fcea88e8bf5c552246d04b5a174c0
Files:
1
packages/images/unslung-image.bb
Diffs:

#
# mt diff -re4fd57f036d66e8045f80a5098f865fdbd26ed47 -rbe45303db16fcea88e8bf5c552246d04b5a174c0
#
# 
# 
# patch "packages/images/unslung-image.bb"
#  from [d7092ce04e3b28b79f8cbde24ba14ea10a96cb4d]
#    to [bac08daf56ad303218eab0bb6733d0b167e76707]
# 
============================================================
--- packages/images/unslung-image.bb	d7092ce04e3b28b79f8cbde24ba14ea10a96cb4d
+++ packages/images/unslung-image.bb	bac08daf56ad303218eab0bb6733d0b167e76707
@@ -1,5 +1,5 @@ LICENSE = MIT
 LICENSE = MIT
-PR = "r21"
+PR = "r22"
 
 IMAGE_BASENAME = "unslung"
 
@@ -10,13 +10,13 @@ RDEPENDS  = "kernel update-modules unslu
 	${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 \






More information about the Openembedded-commits mailing list