From 339eff90ac6e178432f0fa203d259fcf27886fa9 Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Thu, 26 Sep 2024 11:14:42 +0800 Subject: [PATCH] Tools:IGKBoard-All: Update crosstool setup shell script --- 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