Skip to content

Commit

Permalink
libaacs: Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
mtdcr committed Feb 7, 2020
1 parent 550880d commit 86d0ce1
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions meta-opendreambox/recipes-multimedia/vlc/libaacs_git.bb
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ SECTION = "libs/multimedia"
LICENSE = "LGPLv2.1+"
LIC_FILES_CHKSUM = "file://COPYING;md5=4b54a1fd55a448865a0b32d41598759d"
DEPENDS = "libgcrypt"
SRCREV = "ffad3228fef99bd7248b3de41258f74263f27a16"
PV = "0.8.0"
SRCREV = "21d4f50aa188dcdcf9a220ac1c0751f05f968722"
PV = "0.9.0+git${SRCPV}"

SRC_URI = "git://code.videolan.org/videolan/${BPN}.git;protocol=https"
SRC_URI = "git://code.videolan.org/videolan/${BPN}.git;protocol=https \
file://0001-configure.ac-Use-pkg-config-for-libgcrypt.patch"

S = "${WORKDIR}/git"

inherit autotools lib_package pkgconfig
inherit autotools-brokensep lib_package pkgconfig

0 comments on commit 86d0ce1

Please sign in to comment.