]> code.ossystems Code Review - openembedded-core.git/commitdiff
xserver-xorg-common: move SRC_URI closer together
authorMartin Jansa <Martin.Jansa@gmail.com>
Fri, 7 Oct 2011 15:24:26 +0000 (17:24 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 11 Oct 2011 16:04:30 +0000 (17:04 +0100)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc

index 3a69d7d16dd1984d5a97128304be88f760f0588a..67edbcf095a8102f8f0299e2823e40878aff77d6 100644 (file)
@@ -14,6 +14,7 @@ PROVIDES += "virtual/xserver"
 
 XORG_PN = "xorg-server"
 SRC_URI = "${XORG_MIRROR}/individual/xserver/${XORG_PN}-${PV}.tar.bz2"
+SRC_URI += "file://macro_tweak.patch"
 
 S = "${WORKDIR}/${XORG_PN}-${PV}"
 
@@ -32,8 +33,6 @@ FILES_${PN}-dbg += "${libdir}/xorg/modules/.debug \
                    ${libdir}/xorg/modules/*/*/.debug \
                    "
 
-SRC_URI += "file://macro_tweak.patch"
-
 EXTRA_OECONF = "--with-fop=no"
 
 PACKAGECONFIG ??= "udev"