mirror of
https://git.yoctoproject.org/poky
synced 2026-04-29 00:32:14 +02:00
xorg: Fixup DEPENDS on util-macros
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -2,7 +2,7 @@ DESCRIPTION = "X application"
|
||||
HOMEPAGE = "http://www.x.org/"
|
||||
SECTION = "x11/apps"
|
||||
LICENSE = "MIT-X"
|
||||
DEPENDS = "util-macros-native virtual/libx11"
|
||||
DEPENDS = "util-macros virtual/libx11"
|
||||
|
||||
XORG_PN = "${BPN}"
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ LICENSE = "MIT-X"
|
||||
PE = "1"
|
||||
PR = "r0"
|
||||
|
||||
DEPENDS = "virtual/xserver-xf86 xproto randrproto"
|
||||
DEPENDS = "virtual/xserver-xf86 xproto randrproto util-macros"
|
||||
|
||||
XORG_PN = "${PN}"
|
||||
SRC_URI = "${XORG_MIRROR}/individual/driver/${XORG_PN}-${PV}.tar.bz2"
|
||||
|
||||
@@ -1,3 +1,5 @@
|
||||
DESCRIPTION = "DRI2 extension headers"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
|
||||
require xorg-proto-common.inc
|
||||
|
||||
@@ -5,6 +5,8 @@ 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,4 +3,6 @@ require xorg-proto-common.inc
|
||||
PR = "r2"
|
||||
PE = "1"
|
||||
|
||||
DEPENDS += "util-macros"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
Reference in New Issue
Block a user