[oe-commits] Koen Kooi : pango: add 1.28.3

git version control git at git.openembedded.org
Tue Oct 19 18:56:39 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: a4b599ed54b4c86624f250526221f0d3e1fca8e6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=a4b599ed54b4c86624f250526221f0d3e1fca8e6

Author: Koen Kooi <koen at openembedded.org>
Date:   Tue Oct 19 20:27:20 2010 +0200

pango: add 1.28.3

---

 recipes/pango/pango-1.28.3/no-tests.patch |   10 ++++++++++
 recipes/pango/pango.inc                   |    8 ++++----
 recipes/pango/pango_1.28.3.bb             |    7 +++++++
 3 files changed, 21 insertions(+), 4 deletions(-)

diff --git a/recipes/pango/pango-1.28.3/no-tests.patch b/recipes/pango/pango-1.28.3/no-tests.patch
new file mode 100644
index 0000000..dafcb20
--- /dev/null
+++ b/recipes/pango/pango-1.28.3/no-tests.patch
@@ -0,0 +1,10 @@
+--- /tmp/Makefile.am	2007-03-01 13:29:37.000000000 +0100
++++ pango-1.16.0/Makefile.am	2007-03-01 13:29:52.545251000 +0100
+@@ -1,6 +1,6 @@
+ ## Process this file with automake to create Makefile.in.
+ 
+-SUBDIRS= pango modules pango-view examples docs tools tests
++SUBDIRS= pango modules pango-view examples docs tools 
+ 
+ EXTRA_DIST = 			\
+ 	autogen.sh		\
diff --git a/recipes/pango/pango.inc b/recipes/pango/pango.inc
index bc59800..b098691 100644
--- a/recipes/pango/pango.inc
+++ b/recipes/pango/pango.inc
@@ -18,7 +18,7 @@ PACKAGES_DYNAMIC_virtclass-native = ""
 
 RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" 
 
-INC_PR = "r0"
+INC_PR = "r1"
 
 # seems to go wrong with default cflags
 FULL_OPTIMIZATION_arm = "-O2"
@@ -26,9 +26,9 @@ FULL_OPTIMIZATION_arm = "-O2"
 SRC_URI += "file://no-tests.patch \
            "
 
-EXTRA_OECONF = "--disable-glibtest \
-		--enable-explicit-deps=no \
-	        --disable-debug"
+EXTRA_OECONF += "--disable-glibtest \
+                 --enable-explicit-deps=no \
+                 --disable-debug"
 
 LEAD_SONAME = "libpango-1.0*"
 LIBV = "1.6.0"
diff --git a/recipes/pango/pango_1.28.3.bb b/recipes/pango/pango_1.28.3.bb
new file mode 100644
index 0000000..c77d240
--- /dev/null
+++ b/recipes/pango/pango_1.28.3.bb
@@ -0,0 +1,7 @@
+require pango.inc
+
+SRC_URI[archive.md5sum] = "caa74baea47e7e16bc73c89f9089d522"
+SRC_URI[archive.sha256sum] = "5e278bc9430cc7bb00270f183360d262c5006b51248e8b537ea904573f200632"
+
+PR = "${INC_PR}.0"
+





More information about the Openembedded-commits mailing list