瀏覽代碼

gengetopt: new package

Add a host only package, which will be needed for janus-gateway.

[Thomas:
  - Improve commit log.
  - Remove target variant of the package, not needed as we don't do
    development on the target.
  - Remove Config.in.host option for the package, there is not really
    a need to select it from menuconfig, it's merely a build
    dependency for another package.
  - Fix format of hash file.
  - Fix format of comment header in .mk file.
  - Use BR2_GNU_MIRROR.
  - License is GPLv3+, not GPLv3.
  - Add 'LICENSE' to the license files, as it indicates that the
    license is GPLv3+.
  - Add an explanation about $(MAKE1) being used.]

Signed-off-by: Gregory Dymarek <gregd72002@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Gregory Dymarek 10 年之前
父節點
當前提交
dadd8dd0b9
共有 2 個文件被更改,包括 17 次插入0 次删除
  1. 2 0
      package/gengetopt/gengetopt.hash
  2. 15 0
      package/gengetopt/gengetopt.mk

+ 2 - 0
package/gengetopt/gengetopt.hash

@@ -0,0 +1,2 @@
+# Locally computed
+sha256 30b05a88604d71ef2a42a2ef26cd26df242b41f5b011ad03083143a31d9b01f7 gengetopt-2.22.6.tar.gz

+ 15 - 0
package/gengetopt/gengetopt.mk

@@ -0,0 +1,15 @@
+################################################################################
+#
+# gengetopt
+#
+################################################################################
+
+GENGETOPT_VERSION = 2.22.6
+GENGETOPT_SITE = $(BR2_GNU_MIRROR)/gengetopt/
+GENGETOPT_LICENSE = GPLv3+
+GENGETOPT_LICENSE_FILES = COPYING LICENSE
+
+# Parallel build broken
+GENGETOPT_MAKE = $(MAKE1)
+
+$(eval $(host-autotools-package))