cukinia: inherit allarch

The recipe installs a shell script which does not depend on the
architecture. Inheriting allarch will make sure that the recipe is
built only once accross different architectures.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Enguerrand de Ribaucourt
2023-06-08 15:41:16 +02:00
committed by Khem Raj
parent daf73e7279
commit 97c9e5c38d
@@ -13,6 +13,8 @@ SRCREV = "a290f2dbb813ce12ba407962655a5d8b57322221"
S = "${WORKDIR}/git"
inherit allarch
do_install () {
install -d ${D}${sbindir}
install -m 0755 ${S}/cukinia ${D}${sbindir}