Browse Source

Merge pull request #952 from dlech/patch-2

debian: include curl and wget in Build-Depends
esp32-2018r1_ctng-1.23.x
Alexey Neyman 7 years ago committed by GitHub
parent
commit
51f0e7c649
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      debian/control

3
debian/control vendored

@ -3,7 +3,7 @@ Section: devel @@ -3,7 +3,7 @@ Section: devel
Priority: optional
Maintainer: Multiple Candidates <open@example.com>
Build-Depends: debhelper (>= 9), autoconf, automake, autotools-dev,
libncursesw5-dev, libncurses5-dev, bison, flex,
libncursesw5-dev, libncurses5-dev, bison, flex, curl, wget,
texinfo, help2man, gawk, git, subversion, bzip2, libtool-bin
Standards-Version: 3.9.8
Homepage: http://crosstool-ng.org/
@ -11,6 +11,7 @@ Homepage: http://crosstool-ng.org/ @@ -11,6 +11,7 @@ Homepage: http://crosstool-ng.org/
Package: crosstool-ng
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, build-essential, texinfo
Recommends: curl | wget
Description: create your own cross toolchains
Crosstool-NG aims at building toolchains. Toolchains are an essential
component in a software development project. It will compile, assemble and

Loading…
Cancel
Save