summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorKai Kang <kai.kang@windriver.com>2019-08-29 14:25:07 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2019-08-30 00:26:53 -0400
commit8563bdd3f2eb3d8f39ead40a0ed3a31943fbdb39 (patch)
tree06658afbb5fa607779fbedb0c2a48f6466f30767 /meta-openstack/recipes-support
parent7bb83a2d1b411d7f6cad9c73705db62728a74a45 (diff)
downloadmeta-cloud-services-8563bdd3f2eb3d8f39ead40a0ed3a31943fbdb39.tar.gz
tgt: update DEPENDS and RDEPENDS
Update DEPENDS and RDEPENDS of tgt to fix error and warning: | bs_aio.c:34:10: fatal error: libaio.h: No such file or directory | 34 | #include <libaio.h> | | ^~~~~~~~~~ and | WARNING: tgt-1.0.79+gitAUTOINC+b43dbc6711-r0 do_package_qa: QA Issue: | /usr/sbin/tgt-admin contained in package tgt requires /usr/bin/perl, | but no providers found in RDEPENDS_tgt? [file-rdeps] Signed-off-by: Kai Kang <kai.kang@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-rw-r--r--meta-openstack/recipes-support/tgt/tgt_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb
index ddec8c4..5242dd5 100644
--- a/meta-openstack/recipes-support/tgt/tgt_git.bb
+++ b/meta-openstack/recipes-support/tgt/tgt_git.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Linux SCSI target framework (tgt)"
2HOMEPAGE = "http://stgt.sourceforge.net" 2HOMEPAGE = "http://stgt.sourceforge.net"
3LICENSE = "GPLv2" 3LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c" 4LIC_FILES_CHKSUM = "file://scripts/tgtd.spec;beginline=7;endline=7;md5=21c19ea7dad04648b9c2f791b6e29b4c"
5DEPENDS = "sg3-utils" 5DEPENDS = "sg3-utils libaio"
6 6
7SRCREV = "b43dbc6711e43c0a32cc4d9df22884841d911d51" 7SRCREV = "b43dbc6711e43c0a32cc4d9df22884841d911d51"
8PV = "1.0.79+git${SRCPV}" 8PV = "1.0.79+git${SRCPV}"
@@ -58,6 +58,7 @@ RDEPENDS_${PN} = " \
58 bash \ 58 bash \
59 libaio \ 59 libaio \
60 libconfig-general-perl \ 60 libconfig-general-perl \
61 perl \
61 perl-module-english \ 62 perl-module-english \
62 perl-module-tie-hash-namedcapture \ 63 perl-module-tie-hash-namedcapture \
63 perl-module-xsloader \ 64 perl-module-xsloader \