dd1b34747aca8244feb66931b145de4c0f5c7172
[AGL/meta-agl-demo.git] / recipes-multimedia / libmp4v2 / libmp4v2_git.bb
1 SUMMARY = "The MP4v2 library provides an API to create and modify mp4 files"
2 HOMEPAGE = "https://github.com/sergiomb2/libmp4v2/wiki"
3 LICENSE = "MPLv1.1"
4 LIC_FILES_CHKSUM = "file://COPYING;md5=eb3014b036b6d2151d944aef6a84c36f"
5
6 inherit autotools-brokensep pkgconfig
7
8 SRC_URI = " \
9     git://github.com/sergiomb2/${BPN}.git \
10     file://0001-add-a-configure-option-to-disable-build-of-man-pages.patch \
11 "
12 SRCREV = "855e9674232808ff3be7191b697dfb56917db21f"
13 S = "${WORKDIR}/git"
14 PV = "2.1.0+git${SRCPV}"
15
16
17 SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"
18 EXTRA_OECONF = "--disable-man"