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:
Marcin Juszkiewicz
2007-07-04 10:25:04 +00:00
parent b6ad88e4e0
commit 366aeba254
9 changed files with 27 additions and 40 deletions

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -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"

View File

@@ -1,7 +1,5 @@
require xorg-util-common.inc
#DESCRIPTION = ""
DEPENDS += " xproto"
DESCRIPTION = "create dependencies in makefiles"
PR = "r1"
PE = "1"

View File

@@ -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

View File

@@ -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"

View File

@@ -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"

View File

@@ -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
}