mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-04-02 02:49:12 +00:00
libdvdread: Imported from OE classic
Signed-off-by: Joel A Fernandes <joelagnel@ti.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
parent
df8214f3a4
commit
a816b10b76
16
meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb
Normal file
16
meta-oe/recipes-multimedia/libdvdread/libdvdread_4.1.3-10.bb
Normal file
@ -0,0 +1,16 @@
|
||||
DESCRIPTION = "DVD access multimeda library"
|
||||
SECTION = "libs/multimedia"
|
||||
LICENSE = "GPLv2+"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
||||
SRC_URI = "git://git.debian-maintainers.org/git/daniel/${PN}.git;protocol=git;branch=debian"
|
||||
|
||||
SRCREV = "e465b500c12be5b4c0b6918a9b98038611f66c57"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools lib_package binconfig pkgconfig
|
||||
|
||||
do_unpackpost() {
|
||||
QUILT_PATCHES=debian/patches quilt push -a
|
||||
}
|
||||
|
||||
addtask unpackpost after do_unpack before do_patch
|
||||
Loading…
x
Reference in New Issue
Block a user