Add ipkg-native to ASSUME_PROVIDED on openslug-native
authorDavid Karlstrom <daka@thg.se>
Wed, 3 Aug 2005 14:03:31 +0000 (14:03 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 3 Aug 2005 14:03:31 +0000 (14:03 +0000)
conf/distro/openslug-native.conf

index a366aa7..ccb169d 100644 (file)
@@ -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