r4142 - in trunk/src/target/opkg: . src

mickey at sita.openmoko.org mickey at sita.openmoko.org
Fri Feb 29 20:05:37 CET 2008


Author: mickey
Date: 2008-02-29 20:05:36 +0100 (Fri, 29 Feb 2008)
New Revision: 4142

Modified:
   trunk/src/target/opkg/ChangeLog
   trunk/src/target/opkg/Makefile.am
   trunk/src/target/opkg/configure.ac
   trunk/src/target/opkg/src/opkg-frontend.c
Log:
opkg: catch up with removals and fix include statement in opkg-frontend.c


Modified: trunk/src/target/opkg/ChangeLog
===================================================================
--- trunk/src/target/opkg/ChangeLog	2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/ChangeLog	2008-02-29 19:05:36 UTC (rev 4142)
@@ -0,0 +1,4 @@
+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

Modified: trunk/src/target/opkg/Makefile.am
===================================================================
--- trunk/src/target/opkg/Makefile.am	2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/Makefile.am	2008-02-29 19:05:36 UTC (rev 4142)
@@ -1,4 +1,4 @@
-SUBDIRS = familiar libbb libopkg tests src
+SUBDIRS = libbb libopkg tests src
 
 HOST_CPU=@host_cpu@
 BUILD_CPU=@build_cpu@
@@ -26,4 +26,4 @@
 	aclocal.m4
 
 package: all-recursive
-	STRIPPROG=$(STRIP) familiar/rules INSTALL=$$PWD/install-sh  binary-arch
+	STRIPPROG=$(STRIP) INSTALL=$$PWD/install-sh  binary-arch

Modified: trunk/src/target/opkg/configure.ac
===================================================================
--- trunk/src/target/opkg/configure.ac	2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/configure.ac	2008-02-29 19:05:36 UTC (rev 4142)
@@ -131,11 +131,6 @@
     libopkg/Makefile
     tests/Makefile
     src/Makefile
-    familiar/Makefile
-    familiar/control
-    familiar/control-unstripped
-    familiar/libopkg-control
-    familiar/libopkg-dev-control
     libbb/Makefile
     libopkg.pc
     opkg.h)

Modified: trunk/src/target/opkg/src/opkg-frontend.c
===================================================================
--- trunk/src/target/opkg/src/opkg-frontend.c	2008-02-29 18:59:53 UTC (rev 4141)
+++ trunk/src/target/opkg/src/opkg-frontend.c	2008-02-29 19:05:36 UTC (rev 4142)
@@ -18,7 +18,7 @@
    
 */
 
-#include <libopkg/libopkg.h>
+#include <libopkg.h>
 
 /* This is really small, eh? ;-) */
 





More information about the commitlog mailing list