mirror of
https://github.com/PartialVolume/shredos.x86_64.git
synced 2026-02-20 09:35:26 +00:00
Upgrade buildroot to 2023.05 (from 2021.08.2), kernel is upgraded to 6.3 (from 5.13.19).
This commit is contained in:
@@ -1,2 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 ab80014b15963404ec269a71f563fd3568581c55de160d5663600ea0787cf568 v6.5.0-dist.zip
|
||||
sha256 5d89c7017ca85b53bea6402a1222909dc49a061ffa351d3d1e0ac40b94dd2d38 v7.3.0-package.zip
|
||||
sha256 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e LICENSE.md
|
||||
|
||||
@@ -4,21 +4,19 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
OPENLAYERS_VERSION = 6.5.0
|
||||
OPENLAYERS_SOURCE = v$(OPENLAYERS_VERSION)-dist.zip
|
||||
OPENLAYERS_VERSION = 7.3.0
|
||||
OPENLAYERS_SOURCE = v$(OPENLAYERS_VERSION)-package.zip
|
||||
OPENLAYERS_SITE = https://github.com/openlayers/openlayers/releases/download/v$(OPENLAYERS_VERSION)
|
||||
OPENLAYERS_LICENSE = BSD-2-Clause
|
||||
# There's no separate license file in the archive, only minified files.
|
||||
OPENLAYERS_LICENSE_FILES = LICENSE.md
|
||||
|
||||
define OPENLAYERS_EXTRACT_CMDS
|
||||
unzip $(OPENLAYERS_DL_DIR)/$(OPENLAYERS_SOURCE) -d $(@D)
|
||||
mv $(@D)/v$(OPENLAYERS_VERSION)-dist/* $(@D)
|
||||
rmdir $(@D)/v$(OPENLAYERS_VERSION)-dist/
|
||||
endef
|
||||
|
||||
define OPENLAYERS_INSTALL_TARGET_CMDS
|
||||
$(INSTALL) -D -m 0644 $(@D)/ol.css $(TARGET_DIR)/var/www/ol.css
|
||||
$(INSTALL) -D -m 0644 $(@D)/ol.js $(TARGET_DIR)/var/www/ol.js
|
||||
$(INSTALL) -D -m 0644 $(@D)/dist/ol.js $(TARGET_DIR)/var/www/ol.js
|
||||
endef
|
||||
|
||||
$(eval $(generic-package))
|
||||
|
||||
Reference in New Issue
Block a user