From: Holger Freyther Date: Sat, 2 Jul 2005 22:08:15 +0000 (+0000) Subject: SIMpad: X-Git-Tag: Release-2010-05/1~9453^2~4254 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d008c6ae4dba4be928deff0f0d207499fe0c290d;p=openembedded.git SIMpad: Change the preferred depmod provider to include the -2.6 version string. I need to see if other architectures need updating too --- diff --git a/conf/machine/simpad.conf b/conf/machine/simpad.conf index 7eb30e101d..f4e0675961 100644 --- a/conf/machine/simpad.conf +++ b/conf/machine/simpad.conf @@ -6,7 +6,7 @@ TARGET_ARCH = "arm" IPKG_ARCHS = "all arm ${MACHINE}" PREFERRED_PROVIDER_xserver = "xserver-kdrive" PREFERRED_PROVIDER_virtual/kernel = "handhelds-sa-2.6" -PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod:module-init-tools-cross" +PREFERRED_PROVIDERS += "virtual/${TARGET_PREFIX}depmod-2.6:module-init-tools-cross" BOOTSTRAP_EXTRA_DEPENDS = "udev virtual/kernel hostap-modules orinoco-modules mipv6 atmelwlandriver" BOOTSTRAP_EXTRA_RDEPENDS = "udev kernel"