diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2011-04-08 02:24:13 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-24 22:50:38 +0100 |
| commit | af25aea6f1751d5d0a57e8b8cbb31ef5ee03927d (patch) | |
| tree | 0280cdfef08216089a1457ea9d24d34ba4b469cb /meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | |
| parent | cd5a32e2eeab0628e30eea0c0aaed1f88109d5e0 (diff) | |
| download | poky-af25aea6f1751d5d0a57e8b8cbb31ef5ee03927d.tar.gz | |
libxml-parser-perl: upgrade from 2.36 to 2.40
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb')
| -rw-r--r-- | meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb new file mode 100644 index 0000000000..c2d1bdb8f8 --- /dev/null +++ b/meta/recipes-devtools/perl/libxml-parser-perl_2.40.bb | |||
| @@ -0,0 +1,23 @@ | |||
| 1 | SECTION = "libs" | ||
| 2 | LICENSE = "Artistic" | ||
| 3 | LIC_FILES_CHKSUM = "file://README;beginline=2;endline=6;md5=c8767d7516229f07b26e42d1cf8b51f1" | ||
| 4 | DEPENDS += "expat expat-native" | ||
| 5 | |||
| 6 | PR = "r0" | ||
| 7 | |||
| 8 | SRC_URI = "http://www.cpan.org/modules/by-module/XML/XML-Parser-${PV}.tar.gz" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "c66e9adba003d0667cc40115ccd837a5" | ||
| 11 | SRC_URI[sha256sum] = "e5e433684e799ef7b6b852c0ca31b71054717628555444d3dc9fceac0df71512" | ||
| 12 | |||
| 13 | S = "${WORKDIR}/XML-Parser-${PV}" | ||
| 14 | |||
| 15 | EXTRA_CPANFLAGS = "EXPATLIBPATH=${STAGING_LIBDIR} EXPATINCPATH=${STAGING_INCDIR}" | ||
| 16 | |||
| 17 | inherit cpan | ||
| 18 | |||
| 19 | do_compile() { | ||
| 20 | export LIBC="$(find ${STAGING_DIR_TARGET}/${base_libdir}/ -name 'libc-*.so')" | ||
| 21 | cpan_do_compile | ||
| 22 | } | ||
| 23 | |||
