Fix build issue due to missing dependency in linpack 65/11365/3
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Tue, 17 Oct 2017 22:00:46 +0000 (00:00 +0200)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 20 Oct 2017 07:36:42 +0000 (07:36 +0000)
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 <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/11365
Reviewed-by: Stéphane Desneux <stephane.desneux@iot.bzh>
Tested-by: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-build: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>
ci-image-boot-test: Jenkins Job builder account <agl-jobbuilder@automotivelinux.org>

meta-ivi-common/recipes-test/linpack/linpack.bb

index 7ac1eb9..e1716cd 100644 (file)
@@ -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"