summaryrefslogtreecommitdiff
path: root/meta-google
diff options
context:
space:
mode:
authorWilliam A. Kennington III <wak@google.com>2021-08-06 02:47:31 +0300
committerWilliam A. Kennington III <wak@google.com>2021-08-06 02:53:32 +0300
commitfa2f8903d8e7225a6c8af9f8789375c794c7b0fe (patch)
treec06be3c646e9ad9c60d6e3b5e69479070f430489 /meta-google
parent32e3f01d190d57842af48ffb3c443079787d9a44 (diff)
downloadopenbmc-fa2f8903d8e7225a6c8af9f8789375c794c7b0fe.tar.xz
sslh: Bump de0ec95..63f9c4a
Uptream moved from PCRE to PCRE2 Change-Id: I62434762a7e0485f4fe49ad6f181290cf6d34844 Signed-off-by: William A. Kennington III <wak@google.com>
Diffstat (limited to 'meta-google')
-rw-r--r--meta-google/recipes-extended/networking/sslh_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-google/recipes-extended/networking/sslh_git.bb b/meta-google/recipes-extended/networking/sslh_git.bb
index 6bb82e9fd..16c8f3279 100644
--- a/meta-google/recipes-extended/networking/sslh_git.bb
+++ b/meta-google/recipes-extended/networking/sslh_git.bb
@@ -4,14 +4,14 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
SRC_URI = "git://github.com/yrutschle/sslh"
-SRCREV = "de0ec959d944d719cc75736864290dc35c3ff685"
+SRCREV = "63f9c4a582f79f4d0e484efe0ccaeed77a79f7df"
S = "${WORKDIR}/git"
DEPENDS += "libbsd"
DEPENDS += "libcap"
DEPENDS += "libconfig"
DEPENDS += "systemd"
-DEPENDS += "pcre"
+DEPENDS += "pcre2"
EXTRA_OEMAKE += "DESTDIR=${D}"
EXTRA_OEMAKE += "PREFIX=${prefix}"