aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
diff options
context:
space:
mode:
authorYi Zhao <yi.zhao@windriver.com>2019-04-30 14:56:27 +0800
committerArmin Kuster <akuster808@gmail.com>2019-05-18 07:25:35 -0700
commit3ee48cdd625a0b632511106272374fabff63e0fa (patch)
tree3d03360f92c92072b08ee17594a7cf68c131f6ff /meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
parent1480f646842d013ddaa1d45584a3400a0b759b9a (diff)
downloadmeta-openembedded-contrib-3ee48cdd625a0b632511106272374fabff63e0fa.tar.gz
openhpi: update openhpi-fix-testfail-errors.patch
The openhpi-fix-testfail-errors.patch tries to fix 2 saftest failures. But the second fix is not correct. It should not return false when there is no surrogate pairs since for the code points in UTF-16 Basic Multilingual Plane (BMP), there is no need surrogate pairs. We should update saftest case to fix this failure. Also add more description for the first fix. Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb')
-rw-r--r--meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
index 14cc3d879d..e3a0c2eb60 100644
--- a/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
+++ b/meta-networking/recipes-daemons/openhpi/openhpi_3.8.0.bb
@@ -33,7 +33,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/${BPN}/${BP}.tar.gz \
file://openhpi-glib-cross-compile.patch \
file://openhpi-linkfix.patch \
file://openhpi-fix-host-gcc.patch \
- file://openhpi-fix-testfail-errors.patch \
+ file://openhpi-fix-function-saHpiSensorThresholds.patch \
file://openhpi-add-libnetsnmp-when-link.patch \
file://openhpi-invalide-session.patch \
file://openhpi-use-serial-tests-config-needed-by-ptest.patch \