Add util-macros to the DEPENDS of xorg-app-common.inc

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@636 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Chris Lord 2006-08-24 16:06:45 +00:00
parent 0982068581
commit 6b656b24d8
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ SECTION = "x11/apps"
#MAINTAINER = ""
LICENSE = "MIT-X"
#DEPENDS = ""
DEPENDS = "util-macros"
XORG_PN = "${PN}"
SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/app/${XORG_PN}-${PV}.tar.gz"
S = "${WORKDIR}/${XORG_PN}-${PV}"