[oe-commits] Michael Kurz : qwo: update to 0.5

git version control git at git.openembedded.org
Sun Oct 11 13:39:03 UTC 2009


Module: openembedded.git
Branch: shr/merge
Commit: 79598eefff2f296220ad978de874f43b728ae38c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=79598eefff2f296220ad978de874f43b728ae38c

Author: Michael Kurz <betheg at bitcloner.org>
Date:   Fri Oct  9 14:09:05 2009 +0000

qwo: update to 0.5

config_lookup_*() functions in libconfig-1.3.2 has changed.
So the update of qwo to a version which respects that is necessary.

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/qwo/qwo-0.4/check_lib.patch    |   20 --------------------
 recipes/qwo/{qwo_0.4.bb => qwo_0.5.bb} |    6 +-----
 2 files changed, 1 insertions(+), 25 deletions(-)

diff --git a/recipes/qwo/qwo-0.4/check_lib.patch b/recipes/qwo/qwo-0.4/check_lib.patch
deleted file mode 100644
index c22ec20..0000000
--- a/recipes/qwo/qwo-0.4/check_lib.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff --git a/configure.ac b/configure.ac
-index 8a66f96..61063a9 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -19,15 +19,7 @@ AC_CHECK_LIB(config, config_read)
- 
- dnl Check for imlib2 library
- 
--AC_PATH_PROG(IMLIB2_CONFIG, imlib2-config, no)
--
--if test "$IMLIB2_CONFIG" = "no" ; then
--    AC_MSG_ERROR([
--*** Unable to find Imlib2 library.])
--else
--    CFLAGS="$CFLAGS `$IMLIB2_CONFIG --cflags`"
--    LIBS="$LIBS `$IMLIB2_CONFIG --libs`"
--fi
-+AC_CHECK_LIB(Imlib2, imlib_create_image)
- 
- dnl Check for help2man
diff --git a/recipes/qwo/qwo_0.4.bb b/recipes/qwo/qwo_0.5.bb
similarity index 79%
rename from recipes/qwo/qwo_0.4.bb
rename to recipes/qwo/qwo_0.5.bb
index 03ce7d6..4db4d58 100644
--- a/recipes/qwo/qwo_0.4.bb
+++ b/recipes/qwo/qwo_0.5.bb
@@ -6,11 +6,7 @@ PRIORITY = "optional"
 LICENSE = "GPLv2"
 DEPENDS = "libxtst libxext virtual/imlib2 libconfig"
 RDEPENDS += "imlib2-loaders"
-PV = "0.4"
-PR = "r0"
 
-SRC_URI = "http://download.savannah.nongnu.org/releases/qwo/qwo-${PV}.tar.gz \
-	   file://check_lib.patch;patch=1 \
-          "
+SRC_URI = "http://download.savannah.nongnu.org/releases/qwo/qwo-${PV}.tar.gz "
 
 inherit autotools





More information about the Openembedded-commits mailing list