summaryrefslogtreecommitdiffstats
path: root/recipes-multimedia/libmp4v2/libmp4v2_git.bb
blob: 5fb6cbc885bb23d0dce1251b81339646642751cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SUMMARY = "The MP4v2 library provides an API to create and modify mp4 files"
HOMEPAGE = "https://github.com/sergiomb2/libmp4v2/wiki"
LICENSE = "MPL-1.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=eb3014b036b6d2151d944aef6a84c36f"

inherit autotools-brokensep pkgconfig

SRC_URI = " \
    git://github.com/sergiomb2/${BPN}.git;branch=master;protocol=https \
    file://0001-add-a-configure-option-to-disable-build-of-man-pages.patch \
    file://gcc10.patch \
"
SRCREV = "855e9674232808ff3be7191b697dfb56917db21f"
S = "${WORKDIR}/git"
PV = "2.1.0+git${SRCPV}"


SECURITY_CFLAGS = "${SECURITY_NO_PIE_CFLAGS}"
EXTRA_OECONF = "--disable-man"