From: Jan-Simon Möller Date: Tue, 17 Oct 2017 22:00:46 +0000 (+0200) Subject: Fix build issue due to missing dependency in linpack X-Git-Tag: eel_4.99.2~18 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F65%2F11365%2F3;p=AGL%2Fmeta-agl.git Fix build issue due to missing dependency in linpack This changeset fixes a FTBS in the linpack recipe. tmp/work/aarch64-agl-linux/linpack/1.0-r0/temp/run.do_configure.6243: rsync: not found Bug-AGL: SPEC-969 Change-Id: I90bb157ef21b974fea86f8dafcaa81a27c341c55 Signed-off-by: Jan-Simon Möller Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11365 Reviewed-by: Stéphane Desneux Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- diff --git a/meta-ivi-common/recipes-test/linpack/linpack.bb b/meta-ivi-common/recipes-test/linpack/linpack.bb index 7ac1eb987..e1716cd7d 100644 --- a/meta-ivi-common/recipes-test/linpack/linpack.bb +++ b/meta-ivi-common/recipes-test/linpack/linpack.bb @@ -5,6 +5,8 @@ LIC_FILES_CHKSUM = "file://${S}/${PN}/linpack.c;md5=076f1fd8d313056103f98d425386 SRC_URI = "git://gerrit.automotivelinux.org/gerrit/src/qa-test-misc;protocol=https;branch=master" SRCREV = "920cae73a918d1f516113b0ae967be3ecaba86ef" +DEPENDS += "rsync-native" + inherit autotools S = "${WORKDIR}/git"