Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OWFS_VERSION = 3.1p1
|
||||
OWFS_VERSION = 3.2p1
|
||||
OWFS_SITE = http://downloads.sourceforge.net/project/owfs/owfs/$(OWFS_VERSION)
|
||||
OWFS_DEPENDENCIES = host-pkgconf
|
||||
OWFS_CONF_OPTS = --disable-owperl --without-perl5 --disable-owtcl --without-tcl
|
||||
@@ -13,7 +13,7 @@ OWFS_CONF_OPTS = --disable-owperl --without-perl5 --disable-owtcl --without-tcl
|
||||
OWFS_AUTORECONF = YES
|
||||
|
||||
# owtcl license is declared in module/ownet/c/src/include/ow_functions.h
|
||||
OWFS_LICENSE = GPLv2+, LGPLv2 (owtcl)
|
||||
OWFS_LICENSE = GPL-2.0+, LGPL-2.0 (owtcl)
|
||||
OWFS_LICENSE_FILES = COPYING COPYING.LIB
|
||||
OWFS_INSTALL_STAGING = YES
|
||||
|
||||
@@ -68,7 +68,7 @@ OWFS_MAKE_ENV += \
|
||||
OWFS_DEPENDENCIES += python host-swig
|
||||
# The configure scripts finds PYSITEDIR as the python_lib directory of
|
||||
# host-python, and then prepends DESTDIR in front of it. So we end up
|
||||
# installing things in $(TARGET_DIR)/$(HOST_DIR)/usr/lib/python which is
|
||||
# installing things in $(TARGET_DIR)/$(HOST_DIR)/lib/python which is
|
||||
# clearly wrong.
|
||||
# Patching owfs to do the right thing is not trivial, it's much easier to
|
||||
# override the PYSITEDIR variable in make.
|
||||
|
||||
Reference in New Issue
Block a user