as per hrw's suggestion
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
Conflicts:
recipes/xorg-util/xorg-util-common.inc
Signed-off-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
DESCRIPTION = "create dependencies in makefiles using 'gcc -M'"
RDEPENDS = "gcc"
-PR = "r2"
+PR = "r3"
PE = "1"
DESCRIPTION = "C preprocessor interface to the make utility"
RDEPENDS = "perl xproto"
-PR = "r1"
+PR = "r2"
PE = "1"
require xorg-util-common.inc
DESCRIPTION = "create a shadow directory of symbolic links to another directory tree"
-PR = "r1"
+PR = "r2"
PE = "1"
DESCRIPTION = "create dependencies in makefiles"
DEPENDS = "xproto util-macros"
-PR = "r2"
+PR = "r3"
PE = "1"
require xorg-util-common.inc
DESCRIPTION = "X autotools macros"
+PR = "r1"
PE = "1"
ALLOW_EMPTY = "1"
DESCRIPTION = "X Window System CF files"
-PR = "r1"
+PR = "r2"
PE = "1"
FILES_${PN} += " /usr/lib/X11/config"
SECTION = "x11/utils"
LICENSE = "MIT-X"
-XORG_PN = "${PN}"
+SRC_URI = "${XORG_MIRROR}/individual/util/${BPN}-${PV}.tar.gz;name=archive"
-SRC_URI = "${XORG_MIRROR}/individual/util/${XORG_PN}-${PV}.tar.gz;name=archive"
-
-S = "${WORKDIR}/${XORG_PN}-${PV}"
+S = "${WORKDIR}/${BPN}-${PV}"
inherit autotools pkgconfig
-
-do_stage() {
- autotools_stage_all
-}