]> code.ossystems Code Review - openembedded-core.git/commitdiff
pango-1.18.3: move the SRC_URI defintion to the bb files as the patches to apply...
authorRoss Burton <ross@openedhand.com>
Fri, 13 Jun 2008 13:24:32 +0000 (13:24 +0000)
committerRoss Burton <ross@openedhand.com>
Fri, 13 Jun 2008 13:24:32 +0000 (13:24 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4638 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/pango/pango.inc
meta/packages/pango/pango_1.18.3.bb

index 6dd6cd4863d054fcf9ff7ca84541269a9475ba03..eee9b938ce8454ed12f30e12133e76d8128621fa 100644 (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"
index 8e3e8e7d3a00ccb93708aa27b7aab6f007be769f..0ceb2bb4ebdb53df569b42044c5cdfc9a370f4ed 100644 (file)
@@ -1 +1,5 @@
 require pango.inc
+
+SRC_URI += "file://no-tests.patch;patch=1 \
+            file://configure_fixes.patch;patch=1 \
+           "