diff options
author | Joel A Fernandes <joelagnel@ti.com> | 2011-09-07 05:54:04 +0000 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-09-07 08:07:02 +0200 |
commit | a816b10b76ccf9fb883057ccbbe1c59b6c085d88 (patch) | |
tree | fd07e1e08adde0e7cff2eb963d87ff5372ef380c | |
parent | df8214f3a4f6bde73818472e53ca34489bc79f4e (diff) | |
download | meta-openembedded-a816b10b76ccf9fb883057ccbbe1c59b6c085d88.tar.gz |
libdvdread: Imported from OE classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com>
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
-rw-r--r-- | meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb new file mode 100644 index 000000000..f17043b15 --- /dev/null +++ b/meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | DESCRIPTION = "DVD access multimeda library" | ||
2 | SECTION = "libs/multimedia" | ||
3 | LICENSE = "GPLv2+" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
5 | SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian" | ||
6 | |||
7 | SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57" | ||
8 | S = "${WORKDIR}/git" | ||
9 | |||
10 | inherit autotools lib_package binconfig pkgconfig | ||
11 | |||
12 | do_unpackpost() { | ||
13 | QUILT_PATCHES=debian/patches quilt push -a | ||
14 | } | ||
15 | |||
16 | addtask unpackpost after do_unpack before do_patch | ||