diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2014-09-20 23:48:25 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-09-21 21:16:28 +0200 |
commit | 9ca8f613e5d112f6abb6f001c71cb3a592f9d836 (patch) | |
tree | 92fbf7e51c3f6c5fa15ae1f1b3bc7bd5972e127e /package/genpart/genpart.mk | |
parent | 3e506a980da3649947dd06721b0ed7f6c378c7e6 (diff) |
package/genpart: make it a target package, too
genpart comes handy when there is a need to programatically generate
partition tables, without the need for a full partitioning program like
fdisk et al.
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/genpart/genpart.mk')
-rw-r--r-- | package/genpart/genpart.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/genpart/genpart.mk b/package/genpart/genpart.mk index c95acaf1b..e2208b83d 100644 --- a/package/genpart/genpart.mk +++ b/package/genpart/genpart.mk @@ -15,4 +15,5 @@ GENPART_SITE = http://www.pengutronix.de/software/genpart/download # So, until the authors have clarified the licensing terms: GENPART_LICENSE = Unknown (clarification has been asked to the authors) +$(eval $(autotools-package)) $(eval $(host-autotools-package)) |