commit | f59d01784b9646026df272cbb05ebe8c4fb3cd63 | [log] [tgz] |
---|---|---|
author | Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> | Tue Aug 17 09:34:22 2021 -0500 |
committer | Vivekanand Veeracholan <vveerach@google.com> | Wed Aug 18 17:38:48 2021 +0000 |
tree | 565704ab5a698823ad66fba9194cbcd7e8dc49d8 | |
parent | 9e1a3ae8360dbac826493c34f259c8f0176ad3fd [diff] [blame] |
meta-fii/meta-kudo: follow the new Yocto override syntax change Changing the syntax for various yocto files ie. (_ to :) changes to bb, bbappend and conf files. Signed-off-by: Mohaimen Alsamarai <mohaimen.alsamarai@fii-na.com> Change-Id: If25577ee9d98398c1a1ab7f85a0373c46af70245
diff --git a/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd.bb b/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd.bb index f4e0bb0..324bd64 100644 --- a/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd.bb +++ b/meta-fii/meta-kudo/recipes-kudo/kudo-sys-utility/kudo-cmd.bb
@@ -5,7 +5,7 @@ LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10" -RDEPENDS_${PN} += "bash" +RDEPENDS:${PN} += "bash" SRC_URI = " \ file://kudo.sh \