From: David Karlstrom Date: Wed, 3 Aug 2005 14:03:31 +0000 (+0000) Subject: Add ipkg-native to ASSUME_PROVIDED on openslug-native X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d1bcf7aa9c4c1599f15ef8a869be0efe24e61093;p=openembedded.git Add ipkg-native to ASSUME_PROVIDED on openslug-native --- diff --git a/conf/distro/openslug-native.conf b/conf/distro/openslug-native.conf index a366aa7688..ccb169d0f8 100644 --- a/conf/distro/openslug-native.conf +++ b/conf/distro/openslug-native.conf @@ -2,9 +2,19 @@ include conf/distro/openslug.conf # Corresponting packages should be in openslug-native.bb, # currently missing: ipkg-utils libtool quilt pkgconfig -ASSUME_PROVIDED = "libtool-cross libtool-native automake-native autoconf-native \ - quilt-native ipkg-utils-native gnu-config-native pkgconfig-native \ - virtual/armeb-linux-gcc virtual/libc update-rc.d" +ASSUME_PROVIDED = "libtool-cross \ + libtool-native \ + automake-native \ + autoconf-native \ + quilt-native \ + ipkg-utils-native \ + ipkg-native \ + gnu-config-native \ + pkgconfig-native \ + virtual/armeb-linux-gcc \ + virtual/libc \ + update-rc.d \ + " # Our build host is armeb, not armv5eb that the kernel reports BUILD_ARCH = armeb