mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-06-06 02:40:18 +00:00
arm/opencsd: upgrade to 1.43.3
Change-Id: I7487c116be0f267dfb53f45ff0a5974c8467dbb6 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
+8
-3
@@ -3,8 +3,8 @@ HOMEPAGE = "https://github.com/Linaro/OpenCSD"
|
||||
LICENSE = "BSD-3-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=ad8cb685eb324d2fa2530b985a43f3e5"
|
||||
|
||||
SRC_URI = "git://github.com/Linaro/OpenCSD;protocol=http;branch=master"
|
||||
SRCREV = "afdea70b2cafa20837703c387d33cd6776c6d16a"
|
||||
SRC_URI = "git://github.com/Linaro/OpenCSD;protocol=https;branch=master"
|
||||
SRCREV = "957d18219d162f52ebe2426f32a4263ec10f357d"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
@@ -25,7 +25,12 @@ do_compile() {
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake -C ${S}/decoder/build/linux PREFIX=${D}/usr install
|
||||
oe_runmake \
|
||||
PREFIX=${D}/usr \
|
||||
INSTALL_BIN_DIR=${D}/${bindir} \
|
||||
INSTALL_INCLUDE_DIR=${D}/${includedir} \
|
||||
INSTALL_LIB_DIR=${D}/${libdir} \
|
||||
-C ${S}/decoder/build/linux install
|
||||
}
|
||||
|
||||
BBCLASSEXTEND = "native"
|
||||
Reference in New Issue
Block a user