Update to SPDX license names
[AGL/meta-agl-demo.git] / recipes-multimedia / libmp4v2 / libmp4v2_git.bb
index dd1b347..5fb6cbc 100644 (file)
@@ -1,13 +1,14 @@
 SUMMARY = "The MP4v2 library provides an API to create and modify mp4 files"
 HOMEPAGE = "https://github.com/sergiomb2/libmp4v2/wiki"
-LICENSE = "MPLv1.1"
+LICENSE = "MPL-1.1"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb3014b036b6d2151d944aef6a84c36f"
 
 inherit autotools-brokensep pkgconfig
 
 SRC_URI = " \
-    git://github.com/sergiomb2/${BPN}.git \
+    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"