Merge branch 'vuplus-1.6' of 192.168.102.66:/var/ikseong/repo/openembedded into test_0921
[vuplus_openembedded] / recipes / vlc / libaacs_git.bb
1 DESCRIPTION = "Open implementation of the AACS specification"
2 SECTION = "libs/multimedia"
3 PRIORITY = "optional"
4 LICENSE = "LGPLv2.1"
5 DEPENDS = "libgcrypt"
6 PV = "0.0.0+${PR}+gitr${SRCREV}"
7
8 SRC_URI = "git://git.videolan.org/${PN}.git;branch=master;protocol=git"
9
10 SRCREV = "00b2df2bb7598262da44683509b50a7a983026fd"
11 S = "${WORKDIR}/git"
12
13 inherit autotools lib_package pkgconfig
14
15 do_stage() {
16         autotools_stage_all
17 }