diff options
| -rw-r--r-- | meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb new file mode 100644 index 0000000..8535845 --- /dev/null +++ b/meta-openstack/recipes-devtools/perl/libconfig-general-perl_2.51.bb | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | DESCRIPTION = "Config file parser module" | ||
| 2 | HOMEPAGE = "http://search.cpan.org/dist/Config-General/" | ||
| 3 | LICENSE = "Artistic-1.0 | GPL-1.0+" | ||
| 4 | SECTION = "libs" | ||
| 5 | PR = "r0" | ||
| 6 | LIC_FILES_CHKSUM = "file://README;beginline=90;endline=90;md5=3ba4bbac1e79a08332688196f637d2b2" | ||
| 7 | |||
| 8 | SRCNAME = "Config-General" | ||
| 9 | |||
| 10 | SRC_URI = "http://search.cpan.org/CPAN/authors/id/T/TL/TLINDEN/${SRCNAME}-${PV}.tar.gz" | ||
| 11 | |||
| 12 | SRC_URI[md5sum] = "3100325f99bdc2f265645a842e6bb025" | ||
| 13 | SRC_URI[sha256sum] = "8ff530cd4818a040c1bc2ba96e3e8237241dde1208d206685d1204270ef00bce" | ||
| 14 | |||
| 15 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 16 | |||
| 17 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
| 18 | |||
| 19 | inherit cpan | ||
| 20 | |||
| 21 | do_compile() { | ||
| 22 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 23 | cpan_do_compile | ||
| 24 | } | ||
