[packages] licensing: Licensing metadata added to many packages

git-svn-id: svn://svn.openwrt.org/openwrt/packages@33862 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
hcg
2012-10-19 15:36:24 +00:00
parent ab05ace28a
commit 06a74963f1
47 changed files with 142 additions and 1 deletions

View File

@ -15,6 +15,9 @@ PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz
PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)
PKG_MD5SUM:=62c4c1699170078c469f79ddfed21bc0
PKG_LICENSE:=PSF
PKG_LICENSE_FILES:=LICENSE Modules/_ctypes/libffi_msvc/LICENSE Modules/_ctypes/darwin/LICENSE Modules/_ctypes/libffi/LICENSE Modules/_ctypes/libffi_osx/LICENSE Tools/pybench/LICENSE
PKG_INSTALL:=1
PKG_BUILD_PARALLEL:=1
HOST_BUILD_PARALLEL:=1