bump version to 2022.02.9

add miyoo_defconfig
This commit is contained in:
tiopex
2023-01-31 13:11:45 +01:00
parent 1fa746c353
commit dcdaa3599c
8423 changed files with 184305 additions and 91107 deletions

View File

@@ -0,0 +1,11 @@
config BR2_PACKAGE_PERL_DEVEL_SIZE
bool "perl-devel-size"
depends on !BR2_STATIC_LIBS
help
Perl extension for finding the memory usage of Perl
variables.
https://metacpan.org/release/Devel-Size
comment "perl-devel-size needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 0b5335d69402c75d5ab9978027ae2f66 Devel-Size-0.83.tar.gz
sha256 757a67e0aa59ae103ea5ca092cbecc025644ebdc326731688ffab6f8823ef4b3 Devel-Size-0.83.tar.gz
# computed by scancpan
sha256 fca4ebe3a1f329aa33a4d259c0a5b136a15a40b987c60c2dd6f1007bb01a1513 README

View File

@@ -0,0 +1,14 @@
################################################################################
#
# perl-devel-size
#
################################################################################
PERL_DEVEL_SIZE_VERSION = 0.83
PERL_DEVEL_SIZE_SOURCE = Devel-Size-$(PERL_DEVEL_SIZE_VERSION).tar.gz
PERL_DEVEL_SIZE_SITE = $(BR2_CPAN_MIRROR)/authors/id/N/NW/NWCLARK
PERL_DEVEL_SIZE_LICENSE = Artistic or GPL-1.0+
PERL_DEVEL_SIZE_LICENSE_FILES = README
PERL_DEVEL_SIZE_DISTNAME = Devel-Size
$(eval $(perl-package))