M7350v7_en_gpl
This commit is contained in:
@ -10,8 +10,8 @@ FILESPATH =+ "${WORKSPACE}:"
|
||||
SRC_URI = "file://${@d.getVar('SRC_DIR', True).replace('${WORKSPACE}/', '')}"
|
||||
PV = "git-${GITSHA}"
|
||||
|
||||
LICENSE = "TPLink-Technologies-Inc.-Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta-tp/files/tp-licenses/${LICENSE};md5=abd123e5a2e897447f2c177f6053913c"
|
||||
LICENSE = "TPLink-Corporation-Limited.-Proprietary"
|
||||
LIC_FILES_CHKSUM = "file://${COREBASE}/meta-tp/files/tp-licenses/${LICENSE};md5=414f2f16c6966d51db8a805b26f9a907"
|
||||
|
||||
TP-PROPRIETARY = "${WORKSPACE}/tp-proprietary"
|
||||
TP-OPENSOURCE = "${WORKSPACE}/tp-opensource"
|
||||
|
@ -5,4 +5,4 @@ BBFILE_PRIORITY_tp = "20"
|
||||
BBFILE_PATTERN_tp := "^${LAYERDIR}/"
|
||||
#LICENSE_PATH += "${LAYERDIR}/files/tp-licenses"
|
||||
LICENSE_DIR .= "${LAYERDIR}/files/tp-licenses"
|
||||
SPDXLICENSEMAP[TPLink-Technologies-Inc.-Proprietary] = "TPLink-Technologies-Inc.-Proprietary"
|
||||
SPDXLICENSEMAP[TPLink-Corporation-Limited.-Proprietary] = "TPLink-Corporation-Limited.-Proprietary"
|
||||
|
@ -0,0 +1,2 @@
|
||||
Copyright (c) 2020 TPLINK CORPORATION LIMITED. All Rights Reserved.
|
||||
TP-Link Corporation Limited Proprietary and Confidential.
|
@ -1,2 +0,0 @@
|
||||
Copyright (c) 2015 TPLINK TECHNOLOGIES CO., LTD. All Rights Reserved.
|
||||
TP-Link Technologies Proprietary and Confidential.
|
1577
oe-core/meta-tp/recipes/uci/files/gdpr.patch
Normal file
1577
oe-core/meta-tp/recipes/uci/files/gdpr.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -8,7 +8,8 @@ SRCREV="393bc2b908ef44cb8b417126a35d4915c4cdfbc9"
|
||||
SRC_URI = "git://nbd.name/uci.git;protocol=git \
|
||||
file://hack_uci_save.patch \
|
||||
file://unspport_lua.patch \
|
||||
file://change_default_confdir.patch"
|
||||
file://change_default_confdir.patch\
|
||||
file://gdpr.patch"
|
||||
|
||||
S="${WORKDIR}/git"
|
||||
|
||||
@ -17,6 +18,13 @@ INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
|
||||
PACKAGES = "${PN}"
|
||||
|
||||
DEPENDS = "libubox"
|
||||
DEPENDS += "${@base_conditional('TP_FEATURE_GDPR', 'y', 'openssl', '', d)}"
|
||||
DEPENDS += "${@base_conditional('TP_FEATURE_GDPR', 'y', 'system-core', '', d)}"
|
||||
|
||||
#RDEPENDS += "libubox"
|
||||
|
||||
inherit cmake
|
||||
|
||||
OECMAKE_C_FLAGS += "${@base_conditional('TP_FEATURE_GDPR', 'y', '-DTP_FEATURE_GDPR', '', d)}"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user