diff options
author | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-18 22:10:12 +0000 |
---|---|---|
committer | Leon Woestenberg <leon.woestenberg@gmail.com> | 2007-11-18 22:10:12 +0000 |
commit | cc258b6d3bb217e1543678278bf1eddf31b17d42 (patch) | |
tree | 5de7352fa20da35f07797eb4bbc95eeae7f66e8d /packages | |
parent | 7e44a7414229149bad6ff61bf466b0a87934d632 (diff) |
pango: Added 1.18.3 with DEFAULT_PREFERENCE -1.
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gtk+/gdk-pixbuf-csource_2.10.14.bb | 4 | ||||
-rw-r--r-- | packages/pango/pango-1.18.3/.mtn2git_empty | 0 | ||||
-rw-r--r-- | packages/pango/pango-1.18.3/no-tests.patch | 10 | ||||
-rw-r--r-- | packages/pango/pango_1.18.3.bb | 4 |
4 files changed, 16 insertions, 2 deletions
diff --git a/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb b/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb index 20e8505ac8..eba670912a 100644 --- a/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb +++ b/packages/gtk+/gdk-pixbuf-csource_2.10.14.bb @@ -22,7 +22,7 @@ do_compile() { } do_stage() { -# oe_libinstall -so -C gdk-pixbuf libgdk_pixbuf-2.0 ${STAGING_LIBDIR} +# oe_libinstall -C gdk-pixbuf -so libgdk_pixbuf-2.0 ${STAGING_LIBDIR} cd gdk-pixbuf && oe_runmake install DESTDIR=${STAGING_DIR}/usr autotools_stage_includes # install -d -m 0755 ${STAGING_LIBDIR}/gtk-2.0/include @@ -30,7 +30,7 @@ do_stage() { } do_install() { - cd gdk-pixbuf + : } # override the function in gtk-*.inc (included by gtk+*.bb) diff --git a/packages/pango/pango-1.18.3/.mtn2git_empty b/packages/pango/pango-1.18.3/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/pango/pango-1.18.3/.mtn2git_empty diff --git a/packages/pango/pango-1.18.3/no-tests.patch b/packages/pango/pango-1.18.3/no-tests.patch new file mode 100644 index 0000000000..dafcb20c3b --- /dev/null +++ b/packages/pango/pango-1.18.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/packages/pango/pango_1.18.3.bb b/packages/pango/pango_1.18.3.bb new file mode 100644 index 0000000000..9656f30376 --- /dev/null +++ b/packages/pango/pango_1.18.3.bb @@ -0,0 +1,4 @@ +require pango.inc + +DEFAULT_PREFERENCE = "-1" + |