From 8e20af26c747b7f8ba9db05f1b7f5d333bd4dd72 Mon Sep 17 00:00:00 2001 From: Viswanath Kraleti Date: Fri, 10 Nov 2023 22:33:18 +0530 Subject: [PATCH] recipes-support: pd-mapper bump to rev 10997ba Changes, 10997ba pd-mapper: Add ability to decompress .xz json files 107104b ANDROID: pd-mapper: Update Android.bp srcs 352a39c ANDROID: pd-mapper: Use /vendor/firmware path for AOSP b4c1e36 correct SIGSEGV when firmware is not present a500e63 Makefile: allow $(CFLAGS), $(LDFLAGS) override 9d78fc0 pd-mapper: Null terminate firmware_value string Signed-off-by: Viswanath Kraleti --- recipes-support/pd-mapper/pd-mapper_git.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/recipes-support/pd-mapper/pd-mapper_git.bb b/recipes-support/pd-mapper/pd-mapper_git.bb index 629b3f884..34dffe0b7 100644 --- a/recipes-support/pd-mapper/pd-mapper_git.bb +++ b/recipes-support/pd-mapper/pd-mapper_git.bb @@ -5,11 +5,11 @@ SECTION = "devel" LICENSE = "BSD-3-Clause" LIC_FILES_CHKSUM = "file://LICENSE;md5=c5d4ab97bca4e843c5afdbf78aa5fdee" -DEPENDS = "qrtr" +DEPENDS = "qrtr xz" inherit systemd -SRCREV = "d7fe25fa6eff2e62cf264544adee9e8ca830dc78" +SRCREV = "10997ba7c43a3787a40b6b1b161408033e716374" SRC_URI = "git://github.com/andersson/${BPN}.git;branch=master;protocol=https \ " @@ -17,8 +17,6 @@ PV = "0.0+${SRCPV}" S = "${WORKDIR}/git" -EXTRA_OEMAKE = "prefix=${prefix} bindir=${bindir} libdir=${libdir} includedir=${includedir} LDFLAGS='${LDFLAGS} -Wl,-lqrtr' CFLAGS='${CFLAGS}'" - do_install () { oe_runmake install DESTDIR=${D} prefix=${prefix} servicedir=${systemd_unitdir}/system }