From: Martin Jansa <[email protected]> * fix: run.buildhistory_get_image_installed.791888: 198: [: unexpected operator
introduced in: commit 82e6172c1df378dff4e503aa878501c08937b5bb Author: Andres Beltran <[email protected]> Date: Tue Oct 5 00:34:15 2021 +0000 buildhistory: Fix package output files for SDKs Signed-off-by: Martin Jansa <[email protected]> Signed-off-by: Luca Ceresoli <[email protected]> Signed-off-by: Richard Purdie <[email protected]> (cherry picked from commit 9852bedcb9eb8306a3f82f805ec4f76abbbbdd0f) Signed-off-by: Steve Sakoman <[email protected]> --- meta/classes/buildhistory.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/buildhistory.bbclass b/meta/classes/buildhistory.bbclass index 8db79a4829..4345ffc693 100644 --- a/meta/classes/buildhistory.bbclass +++ b/meta/classes/buildhistory.bbclass @@ -508,7 +508,7 @@ buildhistory_get_installed() { # Set correct pkgdatadir pkgdatadir=${PKGDATA_DIR} - if [ "$2" == "sdk" ] && [ "$3" == "host" ]; then + if [ "$2" = "sdk" ] && [ "$3" = "host" ] ; then pkgdatadir="${PKGDATA_DIR_SDK}" fi -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166863): https://lists.openembedded.org/g/openembedded-core/message/166863 Mute This Topic: https://lists.openembedded.org/mt/91727595/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
