Blame view

buildroot/buildroot-2016.08.1/package/genpart/genpart.mk 798 Bytes
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
  ################################################################################
  #
  # genpart
  #
  ################################################################################
  
  GENPART_VERSION = 1.0.2
  GENPART_SOURCE = genpart-$(GENPART_VERSION).tar.bz2
  GENPART_SITE = http://www.pengutronix.de/software/genpart/download
  # genpart has no license embedded in its source release.
  # However, their project page mentions:
  #   > This community portal offers an overview about our own OSS
  #   > projects and projects Pengutronix is or was involved with.
  # We can thus assume genpart is under a FLOSS license.
  # 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))