Move all to deprecated folder.

This commit is contained in:
2016-11-16 21:57:57 +01:00
parent 01738a7684
commit 05de7d6c04
9777 changed files with 0 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
fake check_lib for cross-compilation
Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Index: b/Makefile.PL
===================================================================
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -88,8 +88,7 @@
# -------------------------------------------------------------------------- #
# -------------------------------------------------------------------------- #
-use lib qw(inc);
-use Devel::CheckLib;
+sub check_lib { return 1; }
# Prompt the user here for any paths and other configuration

View File

@@ -0,0 +1,14 @@
config BR2_PACKAGE_PERL_XML_LIBXML
bool "perl-xml-libxml"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_ZLIB
select BR2_PACKAGE_PERL_XML_NAMESPACESUPPORT
select BR2_PACKAGE_PERL_XML_SAX
help
Interface to Gnome libxml2 xml parsing and DOM library
https://bitbucket.org/shlomif/perl-xml-libxml
comment "perl-xml-libxml needs a toolchain w/ dynamic library"
depends on BR2_STATIC_LIBS

View File

@@ -0,0 +1,3 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 c9eb502f8aa2586c4a4dce3c784a2a0b XML-LibXML-2.0123.tar.gz
sha256 0525a2491f152cadee8c63550c79a380fb393851fdfc4c1e6cd5f0f92614f7c4 XML-LibXML-2.0123.tar.gz

View File

@@ -0,0 +1,19 @@
################################################################################
#
# perl-xml-libxml
#
################################################################################
PERL_XML_LIBXML_VERSION = 2.0123
PERL_XML_LIBXML_SOURCE = XML-LibXML-$(PERL_XML_LIBXML_VERSION).tar.gz
PERL_XML_LIBXML_SITE = $(BR2_CPAN_MIRROR)/authors/id/S/SH/SHLOMIF
PERL_XML_LIBXML_DEPENDENCIES = zlib libxml2 perl-xml-sax perl-xml-namespacesupport
PERL_XML_LIBXML_LICENSE = Artistic or GPLv1+
PERL_XML_LIBXML_LICENSE_FILES = LICENSE
PERL_XML_LIBXML_CONF_OPTS = \
LIBS="-L $(STAGING_DIR)/usr/lib" \
INC="-I $(STAGING_DIR)/usr/include/libxml2" \
NO_THREADS
$(eval $(perl-package))