[oe-commits] Henning Heinold : ffmpeg: fix --prefix for minimal(-uclibc) distribution

git version control git at git.openembedded.org
Sat Aug 15 16:32:34 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 62c1a02c6ed9a661047b413a38bb7e19d6c06206
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=62c1a02c6ed9a661047b413a38bb7e19d6c06206

Author: Henning Heinold <heinold at inf.fu-berlin.de>
Date:   Sun Aug  2 00:11:36 2009 +0200

ffmpeg: fix --prefix for minimal(-uclibc) distribution
* bump PR

---

 recipes/ffmpeg/ffmpeg_0.5.bb |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes/ffmpeg/ffmpeg_0.5.bb b/recipes/ffmpeg/ffmpeg_0.5.bb
index 63549b7..f748b8b 100644
--- a/recipes/ffmpeg/ffmpeg_0.5.bb
+++ b/recipes/ffmpeg/ffmpeg_0.5.bb
@@ -3,7 +3,7 @@ require ffmpeg.inc
 DEPENDS += "schroedinger libgsm"
 
 PE = "1"
-PR = "r2"
+PR = "r3"
 
 DEFAULT_PREFERENCE = "1"
 
@@ -31,7 +31,7 @@ EXTRA_OECONF = " \
         --enable-postproc \
         \
         --cross-prefix=${TARGET_PREFIX} \
-        --prefix=${prefix} \
+        --prefix=${prefix}/ \
         \
         --enable-x11grab \
         --enable-libfaac \





More information about the Openembedded-commits mailing list