summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lord <chris@openedhand.com>2006-08-24 16:06:45 +0000
committerChris Lord <chris@openedhand.com>2006-08-24 16:06:45 +0000
commit6b656b24d89d98197afc9e7050a99f1eeb295543 (patch)
tree5dd5e8bfe0ac3be8eaa319572aa0c16c94f468b1
parent0982068581219adda692bdb39864e309350bc85c (diff)
downloadopenembedded-core-6b656b24d89d98197afc9e7050a99f1eeb295543.tar.gz
openembedded-core-6b656b24d89d98197afc9e7050a99f1eeb295543.tar.bz2
openembedded-core-6b656b24d89d98197afc9e7050a99f1eeb295543.tar.xz
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
-rw-r--r--meta/packages/xorg-app/xorg-app-common.inc2
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 78146b1e7..24e32cc89 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}"