mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
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:
@@ -1,5 +1,3 @@
|
||||
DESCRIPTION = "DRI2 extension headers"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
|
||||
require xorg-proto-common.inc
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -3,6 +3,6 @@ require xorg-proto-common.inc
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "util-macros gettext"
|
||||
inherit gettext
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -3,6 +3,6 @@ require xorg-proto-common.inc
|
||||
PR = "r4"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "util-macros gettext"
|
||||
inherit gettext
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user