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
This commit is contained in:
Ross Burton
2008-06-13 13:24:32 +00:00
parent 4ffff2ed20
commit f3d0826f61
2 changed files with 4 additions and 4 deletions

View File

@@ -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"

View File

@@ -1 +1,5 @@
require pango.inc
SRC_URI += "file://no-tests.patch;patch=1 \
file://configure_fixes.patch;patch=1 \
"