diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-25 17:39:43 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-25 17:39:43 +0000 |
commit | e3749832ab99520d85e2b33df140c0c458b45a97 (patch) | |
tree | ad356acc95d27424d5e9493eab95de02fb0e8d94 /packages/pango | |
parent | 48d2e50d058b173accc4dee7ac5271d3b2b44715 (diff) |
pango : add missing patch
Diffstat (limited to 'packages/pango')
-rw-r--r-- | packages/pango/pango-1.22.0/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/pango/pango-1.22.0/no-tests.patch | 10 | ||||
-rw-r--r-- | packages/pango/pango_1.22.0.bb | 2 | ||||
-rw-r--r-- | packages/pango/pangomm_2.14.0.bb | 19 |
4 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 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pango/pango-1.22.0/.mtn2git_empty 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 0000000000..dafcb20c3b --- /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 ce81d89263..c89174b342 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 0000000000..2f8d1f713e --- /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 +} |