r4467 - trunk/src/target/opkg/libopkg

thomas at docs.openmoko.org thomas at docs.openmoko.org
Mon Jun 2 18:55:46 CEST 2008


Author: thomas
Date: 2008-06-02 18:55:45 +0200 (Mon, 02 Jun 2008)
New Revision: 4467

Modified:
   trunk/src/target/opkg/libopkg/pkg_hash.c
Log:
opkg: update error message


Modified: trunk/src/target/opkg/libopkg/pkg_hash.c
===================================================================
--- trunk/src/target/opkg/libopkg/pkg_hash.c	2008-06-02 16:11:25 UTC (rev 4466)
+++ trunk/src/target/opkg/libopkg/pkg_hash.c	2008-06-02 16:55:45 UTC (rev 4467)
@@ -257,8 +257,7 @@
 
 		if (vec->len > 0 && matching_pkgs->len < 1)
 		{
-		  opkg_message (conf, OPKG_ERROR, "   Packages found, but none available for the current "
-						  "architecture\n");
+		  opkg_message (conf, OPKG_ERROR, "Packages were found, but none compatible with the architectures configured\n");
 		  if (err)
 		    *err = OPKG_PKG_HAS_NO_AVAILABLE_ARCH;
 		}





More information about the commitlog mailing list