mirror of
https://git.yoctoproject.org/poky
synced 2026-02-26 19:39:40 +01:00
xorg-lib: fixed SRC_URI
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2091 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -9,7 +9,9 @@ FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/libx11"
|
||||
DEPENDS = "xproto-native xextproto-native libxau-native xtrans-native libxdmcp-native xcmiscproto-native xf86bigfontproto-native kbproto-native inputproto-native bigreqsproto-native util-macros-native"
|
||||
PROVIDES = "x11-native"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/X11R7.1/src/lib/libX11-${PV}.tar.bz2"
|
||||
XORG_PN = "libX11"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/lib/${XORG_PN}-1.1.1.tar.bz2"
|
||||
S = "${WORKDIR}/libX11-${PV}"
|
||||
|
||||
inherit native autotools pkgconfig
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
require xorg-lib-common.inc
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "BSD-X"
|
||||
|
||||
DEPENDS = "xproto-native util-macros-native"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/X11R7.1/src/lib/libXau-${PV}.tar.bz2"
|
||||
XORG_PN = "libXau"
|
||||
S = "${WORKDIR}/libXau-${PV}"
|
||||
|
||||
inherit native autotools pkgconfig
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
require xorg-lib-common.inc
|
||||
SECTION = "x11/libs"
|
||||
PRIORITY = "optional"
|
||||
LICENSE = "BSD-X"
|
||||
@@ -5,7 +6,7 @@ LICENSE = "BSD-X"
|
||||
DEPENDS = "util-macros-native"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/lib/xtrans-${PV}.tar.bz2"
|
||||
XORG_PN = "xtrans"
|
||||
S = "${WORKDIR}/xtrans-${PV}"
|
||||
|
||||
inherit native autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user