[oe-commits] org.oe.dev ffmpeg git: enhance staging

koen commit oe at amethyst.openembedded.net
Wed Jul 9 21:53:00 UTC 2008


ffmpeg git: enhance staging

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 104718f9bb2dbc77359a83c93561085129fe6b3a
ViewMTN: http://monotone.openembedded.org/revision/info/104718f9bb2dbc77359a83c93561085129fe6b3a
Files:
1
packages/ffmpeg/ffmpeg_git.bb
Diffs:

#
# mt diff -r6431187c3e895379ef9f32bcc4a81bf581afbf05 -r104718f9bb2dbc77359a83c93561085129fe6b3a
#
#
#
# patch "packages/ffmpeg/ffmpeg_git.bb"
#  from [64b784ccdafe69b684df27bf1e7040588a54b936]
#    to [c2514c0639ab183a0f26f7e2736f7f03709b4609]
#
============================================================
--- packages/ffmpeg/ffmpeg_git.bb	64b784ccdafe69b684df27bf1e7040588a54b936
+++ packages/ffmpeg/ffmpeg_git.bb	c2514c0639ab183a0f26f7e2736f7f03709b4609
@@ -3,7 +3,7 @@ PV = "0.4.9+${PR}+gitr${SRCREV}" 
 DEPENDS += "libgsm"
 
 PV = "0.4.9+${PR}+gitr${SRCREV}" 
-PR = "r9"
+PR = "r10"
 
 DEFAULT_PREFERENCE = "-1"
 DEFAULT_PREFERENCE_armv7a = "1"
@@ -79,7 +79,8 @@ do_stage() {
         for h in avformat.h avio.h rtp.h rtsp.h rtspcodes.h
         do
            install -m 0644 ${S}/libavformat/$h  ${STAGING_INCDIR}/ffmpeg/$h
-        done
+           install -m 0644 ${S}/libavformat/$h  ${STAGING_INCDIR}/libavformat/$h	
+	done
 
 		for h in adler32.h avstring.h avutil.h base64.h bswap.h \
                  common.h crc.h fifo.h integer.h intfloat_readwrite.h \






More information about the Openembedded-commits mailing list