[oe-commits] : pango : add missing patch

OE GIT Trial gittrial at amethyst.openembedded.net
Thu Sep 25 19:20:36 UTC 2008


Module: OE.dev
Branch: master
Commit: 0d22b1b08367c5efec285756110d434b124def83
URL:    http://gitweb.openembedded.net//OE.dev.git/?a=commit;h=0d22b1b08367c5efec285756110d434b124def83

Author:  <koen at openembedded.org>
Date:   Thu Sep 25 17:39:43 2008 +0000

pango : add missing patch

---

 packages/pango/pango-1.22.0/no-tests.patch |   10 ++++++++++
 packages/pango/pango_1.22.0.bb             |    2 +-
 packages/pango/pangomm_2.14.0.bb           |   19 +++++++++++++++++++
 3 files changed, 30 insertions(+), 1 deletions(-)

diff --git a/packages/pango/pango-1.22.0/.mtn2git_empty b/packages/pango/pango-1.22.0/.mtn2git_empty
new file mode 100644
index 0000000..e69de29
diff --git a/packages/pango/pango-1.22.0/no-tests.patch b/packages/pango/pango-1.22.0/no-tests.patch
new file mode 100644
index 0000000..dafcb20
--- /dev/null
+++ b/packages/pango/pango-1.22.0/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/packages/pango/pango_1.22.0.bb b/packages/pango/pango_1.22.0.bb
index ce81d89..c89174b 100644
--- a/packages/pango/pango_1.22.0.bb
+++ b/packages/pango/pango_1.22.0.bb
@@ -1,2 +1,2 @@
 require pango.inc
-
+PR = "r1"
diff --git a/packages/pango/pangomm_2.14.0.bb b/packages/pango/pangomm_2.14.0.bb
new file mode 100644
index 0000000..2f8d1f7
--- /dev/null
+++ b/packages/pango/pangomm_2.14.0.bb
@@ -0,0 +1,19 @@
+DESCRIPTION = "C++ bindings for the pango library."
+SECTION = "libs"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+DEPENDS = "cairomm glib-2.0 libsigc++-2.0"
+SHRT_VER = "${@bb.data.getVar('PV',d,1).split('.')[0]}.${@bb.data.getVar('PV',d,1).split('.')[1]}"
+
+SRC_URI = "ftp://ftp.gnome.org/pub/GNOME/sources/pangomm/${SHRT_VER}/pangomm-${PV}.tar.bz2"
+
+inherit autotools flow-lossage
+
+FILES_${PN} = "${libdir}/lib*.so.*"
+FILES_${PN}-dev += "${libdir}/*/include/"
+
+AUTOTOOLS_STAGE_PKGCONFIG = "1"
+
+do_stage () {
+	autotools_stage_all
+}





More information about the Openembedded-commits mailing list