confuse: Imported and merged recipe from OpenMoko
authorRod Whitby <rod@whitby.id.au>
Wed, 7 Mar 2007 10:12:38 +0000 (10:12 +0000)
committerRod Whitby <rod@whitby.id.au>
Wed, 7 Mar 2007 10:12:38 +0000 (10:12 +0000)
packages/confuse/confuse_2.5.bb
packages/confuse/files/build-only-library.patch [moved from packages/confuse/files/exclude-tests.patch with 84% similarity]

index a04aa19..572bcd3 100644 (file)
@@ -3,11 +3,11 @@ HOMEPAGE = "http://www.nongnu.org/confuse/"
 LICENSE = "LGPL"
 SECTION = "libs"
 
-SRC_URI = "http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/confuse-${PV}.tar.gz \
-          file://exclude-tests.patch;patch=1"
+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 lib_package
+inherit autotools binconfig pkgconfig lib_package
 
 EXTRA_OECONF = "--enable-shared"
 
similarity index 84%
rename from packages/confuse/files/exclude-tests.patch
rename to packages/confuse/files/build-only-library.patch
index 1e32ceb..43c46e0 100644 (file)
@@ -1,13 +1,13 @@
 Index: confuse-2.5/Makefile.am
 ===================================================================
---- 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 examples doc
++SUBDIRS = m4 po src 
  
  if HAVE_PKGCONFIG
    pkgconfigdir = $(libdir)/pkgconfig