diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-09-07 05:54:05 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-07 08:07:03 +0200 |
commit | 7a7673af4b7c89b90f54484acae68fb40fe1f170 (patch) | |
tree | 8def3f583936e184229220e233309fc684a9e228 /meta-oe | |
parent | a816b10b76ccf9fb883057ccbbe1c59b6c085d88 (diff) | |
download | meta-openembedded-7a7673af4b7c89b90f54484acae68fb40fe1f170.tar.gz |
libdvdcss: Imported from OE classic, vlc depends on it
Dropped PR=r0
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-multimedia/vlc/libdvdcss_1.2.10.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/vlc/libdvdcss_1.2.10.bb b/meta-oe/recipes-multimedia/vlc/libdvdcss_1.2.10.bb new file mode 100644 index 000000000..1a0b7b87e --- /dev/null +++ b/meta-oe/recipes-multimedia/vlc/libdvdcss_1.2.10.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | DESCRIPTION = "libdvdcss is a simple library designed for accessing DVDs like a block device without having to bother about the decryption." | ||
2 | LICENSE = "GPLv2" | ||
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
4 | PR = "r1" | ||
5 | |||
6 | SRC_URI = "http://download.videolan.org/pub/libdvdcss/${PV}/libdvdcss-${PV}.tar.bz2" | ||
7 | |||
8 | inherit autotools | ||
9 | |||
10 | EXTRA_OECONF = " --disable-doc " | ||
11 | |||
12 | SRC_URI[md5sum] = "ebd5370b79ac5a83e5c61b24a214cf74" | ||
13 | SRC_URI[sha256sum] = "2394a75013ab66b592d8c91d53529ede392bc9faee37fe279bd29b455eff2220" | ||