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 | |
parent | 4ffff2ed20723eaff749f4bd11417d5326a9a775 (diff) | |
download | poky-f3d0826f612e9c94e78016c0ed79954dc9504ea7.tar.gz |
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
-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" | |||
17 | # seems to go wrong with default cflags | 17 | # seems to go wrong with default cflags |
18 | FULL_OPTIMIZATION_arm = "-O2" | 18 | FULL_OPTIMIZATION_arm = "-O2" |
19 | 19 | ||
20 | SRC_URI += "file://no-tests.patch;patch=1 \ | ||
21 | file://configure_fixes.patch;patch=1 \ | ||
22 | " | ||
23 | |||
24 | EXTRA_OECONF = "--disable-glibtest \ | 20 | EXTRA_OECONF = "--disable-glibtest \ |
25 | --enable-explicit-deps=no \ | 21 | --enable-explicit-deps=no \ |
26 | --disable-debug" | 22 | --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 @@ | |||
1 | require pango.inc | 1 | require pango.inc |
2 | |||
3 | SRC_URI += "file://no-tests.patch;patch=1 \ | ||
4 | file://configure_fixes.patch;patch=1 \ | ||
5 | " | ||