xorg-proto: Always depend on util-macros, update gettext dependencies to be inherits

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie
2010-02-03 09:23:55 +00:00
parent 4cb58790da
commit ef670e0ea5
6 changed files with 6 additions and 8 deletions

View File

@@ -1,5 +1,3 @@
DESCRIPTION = "DRI2 extension headers"
DEPENDS += "util-macros"
require xorg-proto-common.inc

View File

@@ -5,9 +5,7 @@ require xorg-proto-common.inc
PV = "1.99.3+git${SRCPV}"
PR = "r2"
DEPENDS += "util-macros"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/dri2proto;protocol=git"
# file://dri2-proto-DRI2Swapbuffer.patch;patch=1"
S = "${WORKDIR}/git"

View File

@@ -3,6 +3,6 @@ require xorg-proto-common.inc
PR = "r2"
PE = "1"
DEPENDS += "util-macros gettext"
inherit gettext
BBCLASSEXTEND = "native nativesdk"

View File

@@ -7,6 +7,6 @@ PV = "1.9.99.12+git${SRCPV}"
SRC_URI = "git://anongit.freedesktop.org/git/xorg/proto/inputproto;protocol=git"
S = "${WORKDIR}/git"
DEPENDS += "util-macros gettext"
inherit gettext
BBCLASSEXTEND = "native nativesdk"

View File

@@ -3,6 +3,6 @@ require xorg-proto-common.inc
PR = "r4"
PE = "1"
DEPENDS += "util-macros gettext"
inherit gettext
BBCLASSEXTEND = "native nativesdk"

View File

@@ -9,6 +9,8 @@ SRC_URI = "${XORG_MIRROR}/individual/proto/${XORG_PN}-${PV}.tar.bz2"
S = "${WORKDIR}/${XORG_PN}-${PV}"
DEPENDS = "util-macros"
inherit autotools_stage pkgconfig
# ${PN} is empty so we need to tweak -dev and -dbg package dependencies