diff options
author | Jan-Simon Möller <jsmoeller@linuxfoundation.org> | 2017-10-18 00:00:46 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-10-20 07:36:42 +0000 |
commit | 1c09a2155d1c5fe1701d33cc2567ebb53d7069b3 (patch) | |
tree | 41becff375f108db1e8e3cbc969290e0f6f0d60b /meta-ivi-common/recipes-test/linpack | |
parent | 60119ef5ff5873545679748c40c037b327362e32 (diff) |
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 <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>
Diffstat (limited to 'meta-ivi-common/recipes-test/linpack')
-rw-r--r-- | meta-ivi-common/recipes-test/linpack/linpack.bb | 2 |
1 files changed, 2 insertions, 0 deletions
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" |