xorg-app-common: add dep on util-macros
authorKoen Kooi <koen@openembedded.org>
Wed, 28 Mar 2007 14:53:17 +0000 (14:53 +0000)
committerKoen Kooi <koen@openembedded.org>
Wed, 28 Mar 2007 14:53:17 +0000 (14:53 +0000)
packages/xorg-app/xorg-app-common.inc

index 15f76ab..a33d107 100644 (file)
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.x.org"
 SECTION = "x11/applications"
 LICENSE = "MIT-X"
 
-#DEPENDS = ""
+DEPENDS = "util-macros"
 XORG_PN = "${PN}"
 XORG_RELEASE = "${@["individual",bb.data.getVar('PV', d, 1)[0:7]+"/src"][bb.data.getVar('PV', d, 1)[0:4] == "X11R"]}"
 SRC_URI = "${XORG_MIRROR}/${XORG_RELEASE}/app/${XORG_PN}-${PV}.tar.bz2"