From a580f673d8120c96b9a854cd70ae2ebc8a048c57 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 18 Jul 2024 18:01:55 +0800 Subject: [PATCH] Yocto:IGKBoard-All: Update example local.conf to add build task number configure support --- yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb b/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb index bcba75d..7156849 100644 --- a/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb +++ b/yocto/meta-igkboard/recipes-hello/hello-app/hello-app_1.0.bb @@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0-or-later;md5=fed54355545ffd980b814dab4a3b312c" # recipe version -PV = "1" +PV = "1.0" PR = "r0" # There is /usr/bin/hello link to hello.lmbench, so can not use application name 'hello' here -- Gitblit v1.9.1