aboutsummaryrefslogtreecommitdiffstats
path: root/packages/gift
diff options
context:
space:
mode:
authorStelios Koroneos <skoroneos@digital-opsis.com>2007-03-19 16:13:19 +0000
committerStelios Koroneos <skoroneos@digital-opsis.com>2007-03-19 16:13:19 +0000
commitfccded101702993078abf21023829a5bb232c6c8 (patch)
tree858069a5e3e47f11f64c57272bbc1d36854cd6a7 /packages/gift
parentfa552ca1705f98a773add4dae8f238863fab206d (diff)
downloadopenembedded-fccded101702993078abf21023829a5bb232c6c8.tar.gz
packages/gift/gift_0.11.5.bb: Set dependancy correctly.
Diffstat (limited to 'packages/gift')
-rw-r--r--packages/gift/gift_0.11.5.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/packages/gift/gift_0.11.5.bb b/packages/gift/gift_0.11.5.bb
index a2a1e45bab..23ba2378ca 100644
--- a/packages/gift/gift_0.11.5.bb
+++ b/packages/gift/gift_0.11.5.bb
@@ -1,13 +1,10 @@
SECTION = "console/network"
LICENSE = "GPL"
-DEPENDS = "libvorbis libogg"
+DEPENDS = "libvorbis libogg libtool"
DESCRIPTION = "giFT is a framework for bridging multiple \
backend peer-to-peer protocols and the user interface \
associated with them."
PR="r1"
-
-DEPENDS=libtool
-
FILES_gift_append = " ${datadir}/giFT"
SRC_URI = "${SOURCEFORGE_MIRROR}/gift/gift-${PV}.tar.bz2"