All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-webserver][PATCH 01/21] sthttpd: Add dependency on virtual/crypt
@ 2018-08-13  8:17 Khem Raj
  2018-08-13  8:17 ` [meta-initramfs][PATCH 02/21] kexecboot: Fix build with glibc 2.28+ Khem Raj
                   ` (19 more replies)
  0 siblings, 20 replies; 25+ messages in thread
From: Khem Raj @ 2018-08-13  8:17 UTC (permalink / raw)
  To: openembedded-devel

This is required with glibc 2.28+ where crypt is
no longer part of glibc

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
index 81815d6526..8632b97f44 100644
--- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
+++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb
@@ -4,7 +4,7 @@ HOMEPAGE = "http://opensource.dyc.edu/sthttpd"
 LICENSE = "BSD-2-Clause"
 LIC_FILES_CHKSUM = "file://src/thttpd.c;beginline=1;endline=26;md5=0c5762c2c34dcbe9eb18815516502872"
 
-DEPENDS += "base-passwd"
+DEPENDS += "base-passwd virtual/crypt"
 
 SRC_URI = "https://github.com/blueness/${BPN}/archive/v${PV}.tar.gz;downloadfilename=${BP}.tar.gz \
            file://thttpd.service \
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 25+ messages in thread

end of thread, other threads:[~2018-08-16 18:29 UTC | newest]

Thread overview: 25+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-08-13  8:17 [meta-webserver][PATCH 01/21] sthttpd: Add dependency on virtual/crypt Khem Raj
2018-08-13  8:17 ` [meta-initramfs][PATCH 02/21] kexecboot: Fix build with glibc 2.28+ Khem Raj
2018-08-13  8:17 ` [meta-multimedia][PATCH 03/21] oscam: Upgrade to latest rev 11431 on trunk Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 04/21] eject: Fix build with glibc 2.28+ Khem Raj
2018-08-13  8:17 ` [meta-xfce][PATCH 05/21] xfce4-diskperf-plugin: " Khem Raj
2018-08-13  8:17 ` [meta-networking][PATCH 06/21] yp-tools: Add dep on virtual/crypt Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 07/21] lsscsi: Upgrade to 0.30 Khem Raj
2018-08-13  8:17 ` [meta-webserver][PATCH 08/21] hiawatha: Add missing dep on virtual/crypt Khem Raj
2018-08-13  8:17 ` [meta-filesystems][PATCH 09/21] logfsprogs: Fix build with glibc 2.28 Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 10/21] lockdev: Fix build with glibc 2.28+ Khem Raj
2018-08-13  8:17 ` [meta-webserver][PATCH 11/21] nostromo: Add dep on virtual/crypt Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 12/21] atop: Upgrade to 2.3.0 Khem Raj
2018-08-13  8:17 ` [meta-gnome][PATCH 13/21] usermode: Fix build with glibc 2.28+ Khem Raj
2018-08-13  8:17 ` [meta-filesystems][PATCH 14/21] f2fs-tools: Upgrade to 1.11.0 Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 15/21] udisks: Fix build with glibc 2.28+ Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 16/21] tcsh: Add dep on virtual/crypt Khem Raj
2018-08-13  8:17 ` [meta-networking][PATCH 17/21] owfs: " Khem Raj
2018-08-13  8:17 ` [meta-filesystems][PATCH 18/21] owfs: Upgrade to 3.2p2 and fix build with glibc 2.28+ Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 19/21] cfengine, cfengine-masterfiles: Upgrade to 3.12.0 Khem Raj
2018-08-16 17:27   ` Martin Jansa
2018-08-16 17:58     ` Khem Raj
2018-08-16 18:14       ` Martin Jansa
2018-08-16 18:29         ` Khem Raj
2018-08-13  8:17 ` [meta-webserver][PATCH 20/21] nginx: Upgrade to 1.15.2 Khem Raj
2018-08-13  8:17 ` [meta-oe][PATCH 21/21] stress-ng: Upgrade to 0.09.36 Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.