mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
xorg-util: X11 cleanup part 2: added DESCRIPTION fields, fixed DEPENDS lines, fixed order of fields
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2096 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
#DEPENDS += " "
|
||||
DESCRIPTION = "create dependencies in makefiles using ’gcc -M’"
|
||||
RDEPENDS = "gcc"
|
||||
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
DESCRIPTION = "imake utility"
|
||||
|
||||
DEPENDS += " perl xproto"
|
||||
DESCRIPTION = "C preprocessor interface to the make utility"
|
||||
RDEPENDS = "perl xproto"
|
||||
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
DEPENDS += " xproto"
|
||||
|
||||
DESCRIPTION = "create a shadow directory of symbolic links to another directory tree"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
@@ -1,11 +1,8 @@
|
||||
require xorg-util-common.inc
|
||||
inherit native
|
||||
|
||||
#DESCRIPTION = ""
|
||||
DESCRIPTION = "create dependencies in makefiles"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
XORG_PN = "makedepend"
|
||||
S = "${WORKDIR}/makedepend-${PV}"
|
||||
|
||||
DEPENDS += " util-macros-native xproto-native"
|
||||
|
||||
PE = "1"
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
#DESCRIPTION = ""
|
||||
|
||||
DEPENDS += " xproto"
|
||||
|
||||
DESCRIPTION = "create dependencies in makefiles"
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
@@ -1,12 +1,9 @@
|
||||
DESCRIPTION = "X autotools macros"
|
||||
SECTION = "x11/libs"
|
||||
LICENSE= "Xorg"
|
||||
PE = "1"
|
||||
require util-macros_${PV}.bb
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/util/util-macros-1.1.5.tar.bz2 \
|
||||
file://unbreak_cross_compile.patch;patch=1 "
|
||||
inherit native
|
||||
|
||||
PR = "r1"
|
||||
|
||||
XORG_PN = "util-macros"
|
||||
|
||||
S = "${WORKDIR}/util-macros-1.1.5"
|
||||
|
||||
inherit native autotools pkgconfig
|
||||
|
||||
|
||||
@@ -1,10 +1,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 "
|
||||
S = "${WORKDIR}/${XORG_PN}-1.1.5"
|
||||
|
||||
SRC_URI += "file://unbreak_cross_compile.patch;patch=1"
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
require xorg-util-common.inc
|
||||
|
||||
#DESCRIPTION = ""
|
||||
DESCRIPTION = "X Window System CF files"
|
||||
|
||||
#DEPENDS += " "
|
||||
PR = "r1"
|
||||
PE = "1"
|
||||
|
||||
FILES_${PN} += " /usr/lib/X11/config"
|
||||
|
||||
@@ -2,14 +2,14 @@ HOMEPAGE = "http://www.x.org"
|
||||
SECTION = "x11/utils"
|
||||
LICENSE = "MIT-X"
|
||||
|
||||
#DEPENDS = ""
|
||||
XORG_PN = "${PN}"
|
||||
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"
|
||||
|
||||
SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz"
|
||||
|
||||
S = "${WORKDIR}/${XORG_PN}-${PV}"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
do_stage() {
|
||||
autotools_stage_all
|
||||
autotools_stage_all
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user