[oe-commits] Martin Jansa : xserver-xorg-common: move SRC_URI closer together

git version control git at git.openembedded.org
Mon Oct 10 10:26:55 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: c8dcb68fec2a0bd76023e31169776e568cbda69a
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=c8dcb68fec2a0bd76023e31169776e568cbda69a

Author: Martin Jansa <Martin.Jansa at gmail.com>
Date:   Fri Oct  7 17:24:26 2011 +0200

xserver-xorg-common: move SRC_URI closer together

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 .../xorg-xserver/xserver-xorg-common.inc           |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
index 3a69d7d..67edbcf 100644
--- a/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
+++ b/meta/recipes-graphics/xorg-xserver/xserver-xorg-common.inc
@@ -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"





More information about the Openembedded-commits mailing list