aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-08-06 22:26:09 -0700
committerKhem Raj <raj.khem@gmail.com>2010-08-06 22:26:09 -0700
commitcbd05a3cc601e15d7be2d8aa6f2bf96526a0bc39 (patch)
treea339b2097464e7a3e0b988ba77e887e8e150f3d5
parentbe9120fa9ed6cea461d6c792bb3945b1a0604e9c (diff)
downloadopenembedded-cbd05a3cc601e15d7be2d8aa6f2bf96526a0bc39.tar.gz
confuse: Add recipe for 2.7
* Use BBCLASSEXTEND for native recipe. * Remove older versions. Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--recipes/confuse/confuse-native_2.5.bb3
-rw-r--r--recipes/confuse/confuse_2.7.bb (renamed from recipes/confuse/confuse_2.5.bb)9
-rw-r--r--recipes/confuse/files/build-only-library.patch13
3 files changed, 4 insertions, 21 deletions
diff --git a/recipes/confuse/confuse-native_2.5.bb b/recipes/confuse/confuse-native_2.5.bb
deleted file mode 100644
index 6a5dd797b5..0000000000
--- a/recipes/confuse/confuse-native_2.5.bb
+++ /dev/null
@@ -1,3 +0,0 @@
-require confuse_${PV}.bb
-
-inherit native
diff --git a/recipes/confuse/confuse_2.5.bb b/recipes/confuse/confuse_2.7.bb
index b9f45aa782..3bb57ebda0 100644
--- a/recipes/confuse/confuse_2.5.bb
+++ b/recipes/confuse/confuse_2.7.bb
@@ -4,12 +4,11 @@ LICENSE = "LGPL"
SECTION = "libs"
SRC_URI = "http://download.savannah.gnu.org/releases/confuse/confuse-${PV}.tar.gz \
- file://build-only-library.patch"
-S = "${WORKDIR}/confuse-${PV}"
-
+ "
inherit autotools binconfig pkgconfig lib_package
EXTRA_OECONF = "--enable-shared"
-SRC_URI[md5sum] = "4bc9b73d77ebd571ac834619ce0b3582"
-SRC_URI[sha256sum] = "65451d8d6f5d4ca1dbd0700f3ef2ef257b52b542b3bab4bbeddd539f1c23f859"
+BBCLASSEXTEND = "native"
+SRC_URI[md5sum] = "45932fdeeccbb9ef4228f1c1a25e9c8f"
+SRC_URI[sha256sum] = "e32574fd837e950778dac7ade40787dd2259ef8e28acd6ede6847ca895c88778"
diff --git a/recipes/confuse/files/build-only-library.patch b/recipes/confuse/files/build-only-library.patch
deleted file mode 100644
index 43c46e0bf8..0000000000
--- a/recipes/confuse/files/build-only-library.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-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