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 | poky-6b656b24d89d98197afc9e7050a99f1eeb295543.tar.gz |
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" | |||
4 | #MAINTAINER = "" | 4 | #MAINTAINER = "" |
5 | LICENSE = "MIT-X" | 5 | LICENSE = "MIT-X" |
6 | 6 | ||
7 | #DEPENDS = "" | 7 | DEPENDS = "util-macros" |
8 | XORG_PN = "${PN}" | 8 | XORG_PN = "${PN}" |
9 | SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/app/${XORG_PN}-${PV}.tar.gz" | 9 | SRC_URI = "${XORG_MIRROR}/${@bb.data.getVar('PV', d, 1)[0:7]}/src/app/${XORG_PN}-${PV}.tar.gz" |
10 | S = "${WORKDIR}/${XORG_PN}-${PV}" | 10 | S = "${WORKDIR}/${XORG_PN}-${PV}" |