mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-11 12:26:04 +00:00
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:
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}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user