Skip to content

Commit

Permalink
git: Fix gitweb missing dependencies
Browse files Browse the repository at this point in the history
gitweb is missing a dependencies on perlbase-filetest and
perlbase-storable.  It fails to start without these packages.

Signed-off-by: Daniel F. Dickinson <[email protected]>
  • Loading branch information
Daniel F. Dickinson authored and tripolar committed Feb 1, 2019
1 parent 265a145 commit 4e3b866
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion net/git/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,16 @@ endef
define Package/git-gitweb
$(call Package/git/Default)
TITLE:=Git repository web interface
DEPENDS+= +git +perlbase-essential +perlbase-file +perlbase-fcntl +perlbase-encode +perlbase-digest +perlbase-time +perl-cgi
DEPENDS+= +git \
+perl-cgi \
+perlbase-digest \
+perlbase-encode \
+perlbase-essential \
+perlbase-fcntl \
+perlbase-file \
+perlbase-filetest \
+perlbase-storable \
+perlbase-time
endef

define Package/git-gitweb/description
Expand Down

0 comments on commit 4e3b866

Please sign in to comment.