From 50cc74be856eb633b7bd2ff701e21b6b88c9e930 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Thu, 3 Dec 2015 19:34:50 +0100 Subject: cross-gdb: add version info Signed-off-by: Michael Olbrich --- rules/cross-gdb.in | 8 ++++++++ rules/cross-gdb.make | 2 ++ 2 files changed, 10 insertions(+) diff --git a/rules/cross-gdb.in b/rules/cross-gdb.in index 4d297d7..71ad8a0 100644 --- a/rules/cross-gdb.in +++ b/rules/cross-gdb.in @@ -23,4 +23,12 @@ config CROSS_GDB_MD5 string prompt "gdb source md5sum" +config CROSS_GDB_LICENSE + string + prompt "gdb license" + +config CROSS_GDB_LICENSE_FILES + string + prompt "gdb license files" + endif diff --git a/rules/cross-gdb.make b/rules/cross-gdb.make index cfb5682..7d5c394 100644 --- a/rules/cross-gdb.make +++ b/rules/cross-gdb.make @@ -22,6 +22,8 @@ CROSS_GDB := gdb-$(CROSS_GDB_VERSION) CROSS_GDB_SUFFIX := tar.xz CROSS_GDB_SOURCE := $(SRCDIR)/$(CROSS_GDB).$(CROSS_GDB_SUFFIX) CROSS_GDB_DIR := $(CROSS_BUILDDIR)/$(CROSS_GDB) +CROSS_GDB_LICENSE := $(call remove_quotes,$(PTXCONF_CROSS_GDB_LICENSE)) +CROSS_GDB_LICENSE_FILES := $(call remove_quotes,$(PTXCONF_CROSS_GDB_LICENSE_FILES)) CROSS_GDB_URL := \ $(call ptx/mirror, GNU, gdb/$(CROSS_GDB).$(CROSS_GDB_SUFFIX)) \ -- cgit v1.2.3