diff options
author | Koen Kooi <koen@openembedded.org> | 2008-07-05 10:20:56 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-07-05 10:20:56 +0000 |
commit | 78460ca731ed40d9c8c262d28c701ec1f7182288 (patch) | |
tree | d99cc0379c4d9a86924736280b1911d227757799 | |
parent | 663c30738d09ee605bcc6e199154c5c58eacdfae (diff) |
gnash-minimal: depend on libtool, remove PR from .inc
-rw-r--r-- | packages/gnash/gnash-minimal.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/gnash/gnash-minimal.inc b/packages/gnash/gnash-minimal.inc index 06b4b9c6ec..1d62a56a05 100644 --- a/packages/gnash/gnash-minimal.inc +++ b/packages/gnash/gnash-minimal.inc @@ -1,8 +1,7 @@ DESCRIPTION = "Gnash is a GNU Flash movie player that supports many SWF v7 features" HOMEPAGE = "http://www.gnu.org/software/gnash" LICENSE = "GPL-2" -DEPENDS = "agg libxml2 libmad zlib boost jpeg pango curl freetype" -PR = "r5" +DEPENDS = "libtool agg libxml2 libmad zlib boost jpeg pango curl freetype" SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2" S = ${WORKDIR}/gnash-${PV} |