Skip to content

Commit

Permalink
fix(cockpit): add fts
Browse files Browse the repository at this point in the history
  • Loading branch information
hoinmic committed May 3, 2020
1 parent 0f175d3 commit e0b0182
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-webserver/recipes-webadmin/cockpit/cockpit_218.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ inherit gettext pkgconfig autotools systemd distro_features_check
DEPENDS += "glib-2.0-native intltool-native gnutls"
DEPENDS += "virtual/gettext json-glib krb5 libpam"

# Required to have the fts.h header for musl
DEPENDS_append_libc-musl = " fts"

RDEPENDS_${PN} += "glib-networking"

REQUIRED_DISTRO_FEATURES = "systemd pam"
Expand Down

0 comments on commit e0b0182

Please sign in to comment.