r4755 - trunk/src/target/opkg

mickey at docs.openmoko.org mickey at docs.openmoko.org
Thu Nov 6 00:07:08 CET 2008


Author: mickey
Date: 2008-11-06 00:07:07 +0100 (Thu, 06 Nov 2008)
New Revision: 4755

Modified:
   trunk/src/target/opkg/AUTHORS
   trunk/src/target/opkg/ChangeLog
   trunk/src/target/opkg/autogen.sh
Log:
opkg: remove ChangeLog, add AUTHORS, remove maintainer-mode


Modified: trunk/src/target/opkg/AUTHORS
===================================================================
--- trunk/src/target/opkg/AUTHORS	2008-11-05 23:06:47 UTC (rev 4754)
+++ trunk/src/target/opkg/AUTHORS	2008-11-05 23:07:07 UTC (rev 4755)
@@ -1,5 +1,7 @@
-opkg actually is maintained by Pierluigi Frullani <pigi at frumar.it>
-
-opkg is being written by Carl Worth <cworth at handhelds.org> and Steve
-Ayer <steven.ayer at compaq.com>
-
+Opkg:
+	* Thomas Wood <thomas at openedhand.com>
+	* Tick Chen <tick at openmoko.com>
+Ipkg:
+	* Pierluigi Frullani <pigi at frumar.it>
+	* Carl Worth <cworth at handhelds.org>
+	* Steve Ayer <steven.ayer at compaq.com>

Modified: trunk/src/target/opkg/ChangeLog
===================================================================
--- trunk/src/target/opkg/ChangeLog	2008-11-05 23:06:47 UTC (rev 4754)
+++ trunk/src/target/opkg/ChangeLog	2008-11-05 23:07:07 UTC (rev 4755)
@@ -1,4 +1 @@
-2008-02-29	Michael Lauer	<mickey at openmoko.org>
-
-	* src/opkg-frontend.c: fix include statement to make it build again
-	* many files: remove autogenerated stuff and familiar directory
+Please see svn log :/

Modified: trunk/src/target/opkg/autogen.sh
===================================================================
--- trunk/src/target/opkg/autogen.sh	2008-11-05 23:06:47 UTC (rev 4754)
+++ trunk/src/target/opkg/autogen.sh	2008-11-05 23:07:07 UTC (rev 4755)
@@ -1,5 +1,5 @@
 #! /bin/sh
 autoreconf -v --install || exit 1
 glib-gettextize --force --copy || exit 1
-./configure --enable-maintainer-mode "$@"
+./configure "$@"
 




More information about the commitlog mailing list