From ab7a43d509756e82776214b26fac51ee3687707a Mon Sep 17 00:00:00 2001 From: Andrei Gherzan <andrei.gherzan@huawei.com> Date: Mon, 8 Nov 2021 14:49:58 +0000 Subject: [PATCH] vending-machine-control-application: Bump revision This new revision includes support for using pim435 as an external static library provided by the pim435 recipe. Signed-off-by: Andrei Gherzan <andrei.gherzan@huawei.com> Signed-off-by: Philippe Coval <philippe.coval@huawei.com> --- .../vending-machine-control-application_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-control-application_git.bb b/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-control-application_git.bb index fb9fae8e..982f25f5 100644 --- a/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-control-application_git.bb +++ b/meta-oniro-blueprints/recipes-apps/vending-machine/vending-machine-control-application_git.bb @@ -9,11 +9,11 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=ba963850f6731c74878fe839d227e675" SRC_URI = "git://booting.oniroproject.org/distro/components/${BPN};protocol=https;branch=main" -SRCREV = "de63b97d58ed04052e58064a1228ed07d36b29e2" +SRCREV = "e755ddda4fdd51a90e0448477183fb0bdede62fd" SRC_URI += "file://${BPN}.service" S = "${WORKDIR}/git" -DEPENDS="systemd i2c-tools json-c libwebsockets" +DEPENDS="systemd pim435 i2c-tools json-c libwebsockets" inherit pkgconfig features_check systemd @@ -22,6 +22,7 @@ SYSTEMD_SERVICE_${PN} = "${BPN}.service" REQUIRED_DISTRO_FEATURES = "systemd" EXTRA_OEMAKE += "DESTDIR=${D}" +EXTRA_OEMAKE += "sysroot=${RECIPE_SYSROOT}" VENDING_MACHINE_CONTROL_I2C_BUS ??= "0" VENDING_MACHINE_CONTROL_I2C_BUS_rpi ?= "1" -- GitLab