summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLi xin <lixin.fnst@cn.fujitsu.com>2015-08-05 14:41:18 +0800
committerJoão Henrique Ferreira de Freitas <joaohf@gmail.com>2015-08-09 22:56:50 -0300
commit49f4f21299785a5970d946d13d0688a7c2e452fa (patch)
treefc4c86500f3e29f9f7d28ba021ac1535c9532ebb
parente1888e35e96724099140ee55874cb042a2146040 (diff)
downloadmeta-openclovis-49f4f21299785a5970d946d13d0688a7c2e452fa.tar.gz
openhpi: upgrade 3.0.0 -> 3.5.0
Add RDEPENDS to avoid build Warnings: WARNING: QA Issue: openhpi rdepends on libgpg-error, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openhpi rdepends on libcap, but it isn't a build dependency? [build-deps] WARNING: QA Issue: openhpi rdepends on libgcrypt, but it isn't a build dependency? [build-deps] Signed-off-by: Li Xin <lixin.fnst@cn.fujitsu.com>
-rw-r--r--recipes-extended/openhpi/openhpi.inc4
-rw-r--r--recipes-extended/openhpi/openhpi_3.5.0.bb (renamed from recipes-extended/openhpi/openhpi_3.0.0.bb)4
2 files changed, 6 insertions, 2 deletions
diff --git a/recipes-extended/openhpi/openhpi.inc b/recipes-extended/openhpi/openhpi.inc
index 975b6ce..0699b22 100644
--- a/recipes-extended/openhpi/openhpi.inc
+++ b/recipes-extended/openhpi/openhpi.inc
@@ -34,3 +34,7 @@ do_install_append() {
34FILES_${PN} += "${libdir}/${PN}/*" 34FILES_${PN} += "${libdir}/${PN}/*"
35 35
36INSANE_SKIP_${PN} = "dev-so" 36INSANE_SKIP_${PN} = "dev-so"
37
38RDEPENDS_${PN} += "libgpg-error \
39 libcap \
40 libgcrypt"
diff --git a/recipes-extended/openhpi/openhpi_3.0.0.bb b/recipes-extended/openhpi/openhpi_3.5.0.bb
index fffead3..fb6ac2c 100644
--- a/recipes-extended/openhpi/openhpi_3.0.0.bb
+++ b/recipes-extended/openhpi/openhpi_3.5.0.bb
@@ -6,7 +6,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/openhpi/openhpi-${PV}.tar.gz \
6 file://xml.patch \ 6 file://xml.patch \
7 file://openhpid.service \ 7 file://openhpid.service \
8 " 8 "
9SRC_URI[md5sum] = "9089cb59b732ff00b3805a1809405b4b" 9SRC_URI[md5sum] = "6fb7a9fd60463d2a1a9d21af2c21a941"
10SRC_URI[sha256sum] = "2af5f40040a1b99b0c0a60f1bc03505d3d51f5c445cd04b1f832eb060acbb227" 10SRC_URI[sha256sum] = "3eccd33c24af71aefb28816cfb3b3002176829267c142657d109f297c59ce64f"
11 11
12require openhpi.inc 12require openhpi.inc