1
0
mirror of https://git.yoctoproject.org/meta-arm synced 2026-05-06 16:48:54 +00:00

arm/opencsd: upgrade to 1.0.0

Change-Id: I7c88e60bbeb6d9149d6d6178067bcd149405c111
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-01-12 21:20:33 +00:00
committed by Jon Mason
parent e25c325197
commit 43a25b2e96

View File

@@ -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 = "f4344d1b7d5eb191b6af3d64aa253407a2608e15"
SRCREV = "01d44a34f8fc057f4b041c01f8d9502d77fe612f"
S = "${WORKDIR}/git"
@@ -19,9 +19,10 @@ EXTRA_OEMAKE = "ARCH='${TARGET_ARCH}' \
LINUX64=1 \
DEBUG=1 \
PREFIX=${D}/usr \
INSTALL_BIN_DIR=${D}/${bindir} \
INSTALL_INCLUDE_DIR=${D}/${includedir} \
INSTALL_LIB_DIR=${D}/${libdir} \
INSTALL_BIN_DIR=${D}${bindir} \
INSTALL_INCLUDE_DIR=${D}${includedir} \
INSTALL_LIB_DIR=${D}${libdir} \
INSTALL_MAN_DIR=${D}${mandir}/man1 \
"
do_compile() {
@@ -29,7 +30,9 @@ do_compile() {
}
do_install() {
oe_runmake -C ${S}/decoder/build/linux 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
}
BBCLASSEXTEND = "native"