r1019 - in trunk/oe/packages: . confuse confuse/files

mickey at sita.openmoko.org mickey at sita.openmoko.org
Fri Feb 16 16:53:44 CET 2007


Author: mickey
Date: 2007-02-16 16:53:43 +0100 (Fri, 16 Feb 2007)
New Revision: 1019

Added:
   trunk/oe/packages/confuse/
   trunk/oe/packages/confuse/confuse-native_2.5.bb
   trunk/oe/packages/confuse/confuse_2.5.bb
   trunk/oe/packages/confuse/files/
   trunk/oe/packages/confuse/files/build-only-library.patch
Log:
oe: add confuse, a config parser library (needed for ftdi-eeprom)


Added: trunk/oe/packages/confuse/confuse-native_2.5.bb
===================================================================
--- trunk/oe/packages/confuse/confuse-native_2.5.bb	2007-02-15 23:55:45 UTC (rev 1018)
+++ trunk/oe/packages/confuse/confuse-native_2.5.bb	2007-02-16 15:53:43 UTC (rev 1019)
@@ -0,0 +1,4 @@
+require confuse_${PV}.bb
+
+inherit native
+

Added: trunk/oe/packages/confuse/confuse_2.5.bb
===================================================================
--- trunk/oe/packages/confuse/confuse_2.5.bb	2007-02-15 23:55:45 UTC (rev 1018)
+++ trunk/oe/packages/confuse/confuse_2.5.bb	2007-02-16 15:53:43 UTC (rev 1019)
@@ -0,0 +1,12 @@
+SRC_URI = "http://download.savannah.gnu.org/releases/confuse/confuse-${PV}.tar.gz \
+           file://build-only-library.patch;patch=1"
+S = "${WORKDIR}/confuse-${PV}"
+
+inherit autotools binconfig pkgconfig
+
+EXTRA_OECONF = "--enable-shared"
+
+do_stage() {
+    autotools_stage_all
+}
+

Added: trunk/oe/packages/confuse/files/build-only-library.patch
===================================================================
--- trunk/oe/packages/confuse/files/build-only-library.patch	2007-02-15 23:55:45 UTC (rev 1018)
+++ trunk/oe/packages/confuse/files/build-only-library.patch	2007-02-16 15:53:43 UTC (rev 1019)
@@ -0,0 +1,13 @@
+Index: confuse-2.5/Makefile.am
+===================================================================
+--- confuse-2.5.orig/Makefile.am
++++ confuse-2.5/Makefile.am
+@@ -4,7 +4,7 @@
+ AUTOMAKE_OPTIONS = foreign
+ CLEANFILES=*~ '\#*\#'
+ EXTRA_DIST=libconfuse.spec.in libconfuse.spec
+-SUBDIRS = m4 po src examples tests doc
++SUBDIRS = m4 po src 
+ 
+ if HAVE_PKGCONFIG
+   pkgconfigdir = $(libdir)/pkgconfig





More information about the commitlog mailing list