diff options
author | Ross Burton <ross@openedhand.com> | 2008-06-13 13:24:32 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-06-13 13:24:32 +0000 |
commit | f3d0826f612e9c94e78016c0ed79954dc9504ea7 (patch) | |
tree | 9d15caadee39a81e3ea1a8cd29d2ac7967179d1d /meta/packages/pango | |
parent | 4ffff2ed20723eaff749f4bd11417d5326a9a775 (diff) | |
download | openembedded-core-f3d0826f612e9c94e78016c0ed79954dc9504ea7.tar.gz openembedded-core-f3d0826f612e9c94e78016c0ed79954dc9504ea7.tar.bz2 openembedded-core-f3d0826f612e9c94e78016c0ed79954dc9504ea7.zip |
pango-1.18.3: move the SRC_URI defintion to the bb files as the patches to apply are not correct for all versions
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4638 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/pango')
-rw-r--r-- | meta/packages/pango/pango.inc | 4 | ||||
-rw-r--r-- | meta/packages/pango/pango_1.18.3.bb | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/meta/packages/pango/pango.inc b/meta/packages/pango/pango.inc index 6dd6cd4863..eee9b938ce 100644 --- a/meta/packages/pango/pango.inc +++ b/meta/packages/pango/pango.inc @@ -17,10 +17,6 @@ RRECOMMENDS_${PN} = "pango-module-basic-x pango-module-basic-fc" # seems to go wrong with default cflags FULL_OPTIMIZATION_arm = "-O2" -SRC_URI += "file://no-tests.patch;patch=1 \ - file://configure_fixes.patch;patch=1 \ - " - EXTRA_OECONF = "--disable-glibtest \ --enable-explicit-deps=no \ --disable-debug" diff --git a/meta/packages/pango/pango_1.18.3.bb b/meta/packages/pango/pango_1.18.3.bb index 8e3e8e7d3a..0ceb2bb4eb 100644 --- a/meta/packages/pango/pango_1.18.3.bb +++ b/meta/packages/pango/pango_1.18.3.bb @@ -1 +1,5 @@ require pango.inc + +SRC_URI += "file://no-tests.patch;patch=1 \ + file://configure_fixes.patch;patch=1 \ + " |