1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-06-04 14:10:01 +00:00

arm/opencsd: upgrade to 1.1.0

Change-Id: I0f8004b3f75eb45fa45ac3d1355fbb12b297808b
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
Ross Burton
2021-06-18 16:42:52 +01:00
committed by Jon Mason
parent 14b2b0b7cd
commit 3168767bb4
@@ -4,7 +4,7 @@ LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad8cb685eb324d2fa2530b985a43f3e5"
SRC_URI = "git://github.com/Linaro/OpenCSD;protocol=https"
SRCREV = "01d44a34f8fc057f4b041c01f8d9502d77fe612f"
SRCREV = "54c3f67811fbcea853b7d223383d4a755819bb7e"
S = "${WORKDIR}/git"
@@ -30,8 +30,6 @@ do_compile() {
}
do_install() {
# Remove mkdir when upgrading (https://github.com/Linaro/OpenCSD/pull/36)
mkdir --parents ${D}${mandir}/man1
oe_runmake -C ${S}/decoder/build/linux install install_man
}