diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-08-26 23:07:07 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-08-27 10:45:49 +0200 |
commit | be459b4f9b1259ba4277b46be34bf0b1efcc008d (patch) | |
tree | 4a996429cc849b284bab74fcd680202f71b8500a /recipes/pango | |
parent | f15dec06d80b480c9c701b653efdaf4c97b73ddc (diff) |
pango: Add native pango 1.22.0
Diffstat (limited to 'recipes/pango')
-rw-r--r-- | recipes/pango/pango-native-1.22.0/no-tests.patch | 10 | ||||
-rw-r--r-- | recipes/pango/pango-native_1.22.0.bb | 12 |
2 files changed, 22 insertions, 0 deletions
diff --git a/recipes/pango/pango-native-1.22.0/no-tests.patch b/recipes/pango/pango-native-1.22.0/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/recipes/pango/pango-native-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/recipes/pango/pango-native_1.22.0.bb b/recipes/pango/pango-native_1.22.0.bb new file mode 100644 index 0000000000..ba2cf4ca3b --- /dev/null +++ b/recipes/pango/pango-native_1.22.0.bb @@ -0,0 +1,12 @@ + +require pango_1.22.0.bb + +inherit native + +DEPENDS += "glib-2.0-native cairo-native" +PROVIDES = "pango-native" + +SRC_URI = "ftp://ftp.gtk.org/pub/gtk/v2.6/pango-${PV}.tar.bz2" + +PR = "r0" + |