mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
xorg-util: X11 cleanup
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2081 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -4,3 +4,4 @@ require xorg-util-common.inc
|
||||
|
||||
#DEPENDS += " "
|
||||
|
||||
PE = "1"
|
||||
@@ -4,3 +4,4 @@ DESCRIPTION = "imake utility"
|
||||
|
||||
DEPENDS += " perl xproto"
|
||||
|
||||
PE = "1"
|
||||
@@ -4,3 +4,4 @@ require xorg-util-common.inc
|
||||
|
||||
DEPENDS += " xproto"
|
||||
|
||||
PE = "1"
|
||||
@@ -3,8 +3,9 @@ inherit native
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/X11R7.0/src/util/makedepend-${PV}.tar.bz2"
|
||||
S="${WORKDIR}/makedepend-${PV}"
|
||||
XORG_PN = "makedepend"
|
||||
S = "${WORKDIR}/makedepend-${PV}"
|
||||
|
||||
DEPENDS += " util-macros-native xproto-native"
|
||||
|
||||
PE = "1"
|
||||
@@ -4,3 +4,4 @@ require xorg-util-common.inc
|
||||
|
||||
DEPENDS += " xproto"
|
||||
|
||||
PE = "1"
|
||||
@@ -1,6 +1,7 @@
|
||||
DESCRIPTION = "X autotools macros"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE= "Xorg"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/util/util-macros-1.1.5.tar.bz2 \
|
||||
file://unbreak_cross_compile.patch;patch=1 "
|
||||
@@ -1,9 +0,0 @@
|
||||
DESCRIPTION = "X autotools macros"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE= "Xorg"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/X11R7.1/src/util/util-macros-${PV}.tar.bz2"
|
||||
S = "${WORKDIR}/util-macros-${PV}"
|
||||
|
||||
inherit native autotools pkgconfig
|
||||
|
||||
@@ -2,7 +2,7 @@ require xorg-util-common.inc
|
||||
|
||||
DESCRIPTION = "X autotools macros"
|
||||
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-1.1.5.tar.gz \
|
||||
file://unbreak_cross_compile.patch;patch=1 "
|
||||
@@ -3,5 +3,6 @@ require xorg-util-common.inc
|
||||
#DESCRIPTION = ""
|
||||
|
||||
#DEPENDS += " "
|
||||
PE = "1"
|
||||
|
||||
FILES_${PN} += " /usr/lib/X11/config"
|
||||
@@ -4,7 +4,8 @@ LICENSE = "MIT-X"
|
||||
|
||||
#DEPENDS = ""
|
||||
XORG_PN = "${PN}"
|
||||
SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/util/${XORG_PN}-${PV}.tar.gz"
|
||||
XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
|
||||
SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/util/${XORG_PN}-${PV}.tar.gz"
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user