diff options
| author | Axel Lin <axel.lin@ingics.com> | 2013-10-04 16:09:59 +0800 |
|---|---|---|
| committer | Peter Korsgaard <peter@korsgaard.com> | 2013-10-04 15:00:32 +0200 |
| commit | 169f1194c37a6cd418d119cc59072d5ca3b9bdb0 (patch) | |
| tree | bdd9348799c9c0c442b8a7db1debe3984f2b7076 /package/dmidecode | |
| parent | 4c921006688a19f94f139ad1ef1e8d5523c48ebd (diff) | |
| download | buildroot-169f1194c37a6cd418d119cc59072d5ca3b9bdb0.tar.gz buildroot-169f1194c37a6cd418d119cc59072d5ca3b9bdb0.zip | |
dmidecode: add license info
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/dmidecode')
| -rw-r--r-- | package/dmidecode/dmidecode.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/dmidecode/dmidecode.mk b/package/dmidecode/dmidecode.mk index c53bd33f9a..e39d97db59 100644 --- a/package/dmidecode/dmidecode.mk +++ b/package/dmidecode/dmidecode.mk @@ -6,6 +6,8 @@ DMIDECODE_VERSION = 2.12 DMIDECODE_SITE = http://download.savannah.gnu.org/releases/dmidecode/ +DMIDECODE_LICENSE = GPLv2+ +DMIDECODE_LICENSE_FILES = LICENSE define DMIDECODE_BUILD_CMDS $(MAKE) -C $(@D) $(TARGET_CONFIGURE_OPTS) |

