From 1c09a2155d1c5fe1701d33cc2567ebb53d7069b3 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 18 Oct 2017 00:00:46 +0200 Subject: Fix build issue due to missing dependency in linpack MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- meta-ivi-common/recipes-test/linpack/linpack.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-ivi-common') 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" -- cgit 1.2.3-korg