summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-multimedia/libav/libav_git.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-08-11 09:19:46 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-11 09:25:23 +0200
commit61e4b696de080545e6ffe80d28a9c6ef8990695a (patch)
tree65f23297a300e2831fd40bd6289c0ed9d6caae83 /meta-oe/recipes-multimedia/libav/libav_git.bb
parentba454ab1804af1f6771f58f9d46a1837879b29fc (diff)
downloadmeta-openembedded-61e4b696de080545e6ffe80d28a9c6ef8990695a.tar.gz
libav git: import from OE .dev and clean up
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-multimedia/libav/libav_git.bb')
-rw-r--r--meta-oe/recipes-multimedia/libav/libav_git.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libav/libav_git.bb b/meta-oe/recipes-multimedia/libav/libav_git.bb
new file mode 100644
index 0000000000..be20b15d4b
--- /dev/null
+++ b/meta-oe/recipes-multimedia/libav/libav_git.bb
@@ -0,0 +1,19 @@
1require libav.inc
2
3LIC_FILES_CHKSUM = "file://COPYING.GPLv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
4 file://COPYING.GPLv3;md5=d32239bcb673463ab874e80d47fae504 \
5 file://COPYING.LGPLv2.1;md5=e344c8fa836c3a41c4cbd79d7bd3a379 \
6 file://COPYING.LGPLv3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
7"
8
9# When bumping SRCREV make sure you bump PR here and in dependant recipes (gst-ffmpeg, gnash, omxil, etc) to account for SOVERSION changes
10SRCREV = "c6c2dfcf15c1d93b2189adff6f71c5c4b6b05338"
11
12PV = "0.6.2+${PR}+gitr${SRCPV}"
13PR = "${INC_PR}.0"
14
15SRC_URI = "git://git.libav.org/libav.git;protocol=git"
16
17S = "${WORKDIR}/git"
18
19