mirror of
https://git.yoctoproject.org/poky
synced 2026-02-20 08:29:42 +01:00
fix SRC_URIs
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2101 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -5,6 +5,6 @@ DEPENDS = "xproto-native zlib-native fontcacheproto-native fontsproto-native \
|
||||
PE = "1"
|
||||
|
||||
# no need for patch used in libxfont
|
||||
SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit native
|
||||
|
||||
@@ -5,7 +5,7 @@ DEPENDS = "util-macros xorg-headers-native"
|
||||
|
||||
XORG_PN = "${PN}"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
|
||||
@@ -5,6 +5,6 @@ PE = "1"
|
||||
|
||||
XORG_PN = "xtrans"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
inherit native
|
||||
|
||||
Reference in New Issue
Block a user