require xorg-util-common.inc
-#DESCRIPTION = ""
-
-#DEPENDS += " "
+DESCRIPTION = "create dependencies in makefiles using ’gcc -M’"
+RDEPENDS = "gcc"
+PR = "r1"
PE = "1"
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"
require xorg-util-common.inc
-#DESCRIPTION = ""
-
-DEPENDS += " xproto"
-
+DESCRIPTION = "create a shadow directory of symbolic links to another directory tree"
+PR = "r1"
PE = "1"
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"
require xorg-util-common.inc
-#DESCRIPTION = ""
-
-DEPENDS += " xproto"
-
+DESCRIPTION = "create dependencies in makefiles"
+PR = "r1"
PE = "1"
-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
-S = "${WORKDIR}/util-macros-1.1.5"
+PR = "r1"
-inherit native autotools pkgconfig
+XORG_PN = "util-macros"
+S = "${WORKDIR}/util-macros-1.1.5"
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"
require xorg-util-common.inc
-#DESCRIPTION = ""
+DESCRIPTION = "X Window System CF files"
-#DEPENDS += " "
+PR = "r1"
PE = "1"
FILES_${PN} += " /usr/lib/X11/config"
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
}