From: Koen Kooi Date: Thu, 30 Aug 2007 16:58:41 +0000 (+0000) Subject: dpkg-native: do not DEPENDS on u-a-native, since u-a-native already depends on this... X-Git-Tag: Release-2010-05/1~8777^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a16664a66242758c8b2473b9b2d8900333e0c923;p=openembedded.git dpkg-native: do not DEPENDS on u-a-native, since u-a-native already depends on this -> loop --- diff --git a/packages/dpkg/dpkg-native_1.13.25.bb b/packages/dpkg/dpkg-native_1.13.25.bb index 9f76db68ba..0d60e0bddb 100644 --- a/packages/dpkg/dpkg-native_1.13.25.bb +++ b/packages/dpkg/dpkg-native_1.13.25.bb @@ -1,6 +1,6 @@ require dpkg.inc PR = "r0" -DEPENDS += "zlib-native virtual/update-alternatives-native" +DEPENDS += "zlib-native" SRC_URI += "file://noman.patch;patch=1" inherit native