mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-31 07:06:36 +00:00
boost: add licensing info
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
05cae783d7
commit
2eeb4b1d3b
@ -9,6 +9,8 @@ BOOST_FILE_VERSION = $(subst .,_,$(BOOST_VERSION))
|
|||||||
BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
|
BOOST_SOURCE = boost_$(BOOST_FILE_VERSION).tar.bz2
|
||||||
BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
|
BOOST_SITE = http://downloads.sourceforge.net/project/boost/boost/$(BOOST_VERSION)
|
||||||
BOOST_INSTALL_STAGING = YES
|
BOOST_INSTALL_STAGING = YES
|
||||||
|
BOOST_LICENSE = Boost Software License 1.0
|
||||||
|
BOOST_LICENSE_FILES = LICENSE_1_0.txt
|
||||||
|
|
||||||
TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion)
|
TARGET_CC_VERSION = $(shell $(TARGET_CC) -dumpversion)
|
||||||
HOST_CC_VERSION = $(shell $(HOSTCC) -dumpversion)
|
HOST_CC_VERSION = $(shell $(HOSTCC) -dumpversion)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user