mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
Revert "package/dtc: fix license hashes"
This reverts commit ae0dabd8620cc5fb345096beecef681d19699cd4. Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
f08a67bee5
commit
607369d081
@ -2,6 +2,5 @@
|
|||||||
sha256 660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f dtc-1.5.1.tar.xz
|
sha256 660b74039690fc37013660544d09191834efb58503c73c555c5513ba75ab031f dtc-1.5.1.tar.xz
|
||||||
|
|
||||||
# Hash for license files
|
# Hash for license files
|
||||||
sha256 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68 README.license
|
sha256 171ce1c292cf148a5be9ff95ce7e5c3d79a002721ab8e119eae3c0f5336d2b3d README.license
|
||||||
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 GPL
|
sha256 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670 GPL
|
||||||
sha256 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd BSD-2-Clause
|
|
||||||
|
@ -8,7 +8,7 @@ DTC_VERSION = 1.5.1
|
|||||||
DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
|
DTC_SOURCE = dtc-$(DTC_VERSION).tar.xz
|
||||||
DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
|
DTC_SITE = https://www.kernel.org/pub/software/utils/dtc
|
||||||
DTC_LICENSE = GPL-2.0+ or BSD-2-Clause (library)
|
DTC_LICENSE = GPL-2.0+ or BSD-2-Clause (library)
|
||||||
DTC_LICENSE_FILES = README.license GPL BSD-2-Clause
|
DTC_LICENSE_FILES = README.license GPL
|
||||||
DTC_INSTALL_STAGING = YES
|
DTC_INSTALL_STAGING = YES
|
||||||
DTC_DEPENDENCIES = host-bison host-flex
|
DTC_DEPENDENCIES = host-bison host-flex
|
||||||
HOST_DTC_DEPENDENCIES = host-bison host-flex
|
HOST_DTC_DEPENDENCIES = host-bison host-flex
|
||||||
|
Loading…
x
Reference in New Issue
Block a user