diff options
author | Leon Woestenberg <leon@sidebranch.com> | 2009-10-18 17:33:44 +0200 |
---|---|---|
committer | Leon Woestenberg <leon@sidebranch.com> | 2009-10-18 21:08:42 +0200 |
commit | f6bb1d830c51b78b3e99619645152add67fad3e9 (patch) | |
tree | 25325a49c059a1aa72fd01831699957b515f6e00 /recipes/gnash/gnash.inc | |
parent | abe88d6b39d4ce0201964d7d54d8090233b2cc5d (diff) |
gnash-0.8.5: Fix an upstream case-typo in the configure script.
Signed-off-by: Leon Woestenberg <leon@sidebranch.com>
Diffstat (limited to 'recipes/gnash/gnash.inc')
-rw-r--r-- | recipes/gnash/gnash.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnash/gnash.inc b/recipes/gnash/gnash.inc index ea20524cad..bad1ae60ba 100644 --- a/recipes/gnash/gnash.inc +++ b/recipes/gnash/gnash.inc @@ -4,7 +4,7 @@ LICENSE = "GPLv2" DEPENDS = "giflib libtool gtk+ cairo libxml2 libsdl-mixer zlib boost jpeg pango curl freetype \ ${@base_conditional('ENTERPRISE_DISTRO', '1', '', 'ffmpeg libmad', d)}" -PR = "r5" +PR = "r6" SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gnash/${PV}/gnash-${PV}.tar.bz2 \ " |