diff options
author | Gustavo Zacarias <gustavo@zacarias.com.ar> | 2013-01-29 08:23:59 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2013-01-29 23:30:26 +0100 |
commit | b9565d594ea8d259bc23847deece3963d062a56d (patch) | |
tree | 3ab2fc4e77ef3daa83857628fcabd88e9d761af3 | |
parent | 3edc40ec84ab3aef5d27a818de5b12f431aa9235 (diff) | |
download | buildroot-novena-b9565d594ea8d259bc23847deece3963d062a56d.tar.gz buildroot-novena-b9565d594ea8d259bc23847deece3963d062a56d.zip |
wipe: add license information
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
-rw-r--r-- | package/wipe/wipe.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index e523a311c..eed90beb8 100644 --- a/package/wipe/wipe.mk +++ b/package/wipe/wipe.mk @@ -8,6 +8,8 @@ WIPE_VERSION = 2.3.1 WIPE_SITE = http://downloads.sourceforge.net/project/wipe/wipe/$(WIPE_VERSION) WIPE_SOURCE = wipe-$(WIPE_VERSION).tar.bz2 WIPE_AUTORECONF = YES +WIPE_LICENSE = GPLv2+ +WIPE_LICENSE_FILES = LICENSE define WIPE_INSTALL_TARGET_CMDS $(INSTALL) -D $(@D)/wipe $(TARGET_DIR)/usr/bin/wipe |