initial buildroot for linux 5.15

This commit is contained in:
Huan.Feng
2021-12-06 14:12:13 +08:00
parent d7767d594e
commit 7b6fc358fa
12736 changed files with 508822 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
config BR2_PACKAGE_PERL_DATA_UUID
bool "perl-data-uuid"
depends on !BR2_STATIC_LIBS
help
Globally/Universally Unique Identifiers (GUIDs/UUIDs).
https://metacpan.org/release/Data-UUID
comment "perl-data-uuid needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS
@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 13468e0fb65a0b5ce27b8628cb2f0109 Data-UUID-1.226.tar.gz
sha256 093d57ffa0d411a94bafafae495697db26f5c9d0277198fe3f7cf2be22996453 Data-UUID-1.226.tar.gz
# computed by scancpan
sha256 0560c8eea8e1fb8173faa6c2e9b7e9f8728b8ae8250a814709a53c30b778d5fb LICENSE
+19
View File
@@ -0,0 +1,19 @@
################################################################################
#
# perl-data-uuid
#
################################################################################
PERL_DATA_UUID_VERSION = 1.226
PERL_DATA_UUID_SOURCE = Data-UUID-$(PERL_DATA_UUID_VERSION).tar.gz
PERL_DATA_UUID_SITE = $(BR2_CPAN_MIRROR)/authors/id/R/RJ/RJBS
# The license is documented at
# https://fedoraproject.org/wiki/Licensing:MIT#HP_Variant as the "HP
# Variant" of the MIT license. There is no official SPDX tag for this
# license, but the other MIT variants are prefixed with "MIT-", so we
# do the same here.
PERL_DATA_UUID_LICENSE = MIT-HP
PERL_DATA_UUID_LICENSE_FILES = LICENSE
PERL_DATA_UUID_DISTNAME = Data-UUID
$(eval $(perl-package))