diff options
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/perl/libconfig-general-perl_2.42.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/perl/libconfig-general-perl_2.42.bb b/recipes/perl/libconfig-general-perl_2.42.bb new file mode 100644 index 0000000000..fe486a33eb --- /dev/null +++ b/recipes/perl/libconfig-general-perl_2.42.bb @@ -0,0 +1,10 @@ +DESCRIPTION = "Generic Configuration Module" +SECTION = "libs" +LICENSE = "Artistic|GPL" +PR = "r0" + +SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/Config-General-${PV}.tar.gz" + +S = "${WORKDIR}/Config-General-${PV}" + +inherit cpan |