| Submitter | Gustavo Zacarias |
|---|---|
| Date | Jan. 29, 2013, 6:23 p.m. |
| Message ID | <1359483839-25357-10-git-send-email-gustavo@zacarias.com.ar> |
| Download | mbox | patch |
| Permalink | /patch/216623/ |
| State | Accepted |
| Commit | b9565d594ea8d259bc23847deece3963d062a56d |
| Headers | show |
Comments
>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:
Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Committed, thanks.
Patch
diff --git a/package/wipe/wipe.mk b/package/wipe/wipe.mk index e523a31..eed90be 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
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> --- package/wipe/wipe.mk | 2 ++ 1 file changed, 2 insertions(+)