diff options
author | Chris Lord <chris@openedhand.com> | 2006-08-24 16:06:45 +0000 |
---|---|---|
committer | Chris Lord <chris@openedhand.com> | 2006-08-24 16:06:45 +0000 |
commit | 6b656b24d89d98197afc9e7050a99f1eeb295543 (patch) | |
tree | 5dd5e8bfe0ac3be8eaa319572aa0c16c94f468b1 /meta/packages/xorg-app | |
parent | 0982068581219adda692bdb39864e309350bc85c (diff) | |
download | openembedded-core-6b656b24d89d98197afc9e7050a99f1eeb295543.tar.gz openembedded-core-6b656b24d89d98197afc9e7050a99f1eeb295543.tar.bz2 openembedded-core-6b656b24d89d98197afc9e7050a99f1eeb295543.zip |
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
Diffstat (limited to 'meta/packages/xorg-app')
-rw-r--r-- | meta/packages/xorg-app/xorg-app-common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/xorg-app/xorg-app-common.inc b/meta/packages/xorg-app/xorg-app-common.inc index 78146b1e78..24e32cc89b 100644 --- a/meta/packages/xorg-app/xorg-app-common.inc +++ b/meta/packages/xorg-app/xorg-app-common.inc @@ -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}" |