All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2] libxml-libxml-perl: update from 2.0116 to 2.0121
@ 2015-07-13  6:43 wenzong.fan
  2015-07-24  8:37 ` wenzong fan
  0 siblings, 1 reply; 2+ messages in thread
From: wenzong.fan @ 2015-07-13  6:43 UTC (permalink / raw)
  To: openembedded-devel

From: Wenzong Fan <wenzong.fan@windriver.com>

update to 2.0121 and clean unused logic:

  - do_configure_prepend() {
  -        rm -rf ${S}/.pc/*
  - }

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
---
 ...{libxml-libxml-perl_2.0116.bb => libxml-libxml-perl_2.0121.bb} | 8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)
 rename meta-perl/recipes-perl/libxml/{libxml-libxml-perl_2.0116.bb => libxml-libxml-perl_2.0121.bb} (87%)

diff --git a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0116.bb b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0121.bb
similarity index 87%
rename from meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0116.bb
rename to meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0121.bb
index 2a6dbc2..8997a04 100644
--- a/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0116.bb
+++ b/meta-perl/recipes-perl/libxml/libxml-libxml-perl_2.0121.bb
@@ -26,8 +26,8 @@ SRC_URI = "http://search.cpan.org/CPAN/authors/id/S/SH/SHLOMIF/XML-LibXML-${PV}.
 "
 LIC_FILES_CHKSUM = "file://debian/copyright;md5=75e021e35a906347f46c9ff163653e2a \
 			file://LICENSE;md5=97871bde150daeb5e61ad95137ff2446"
-SRC_URI[libxml.md5sum] = "a53a743bf053a0cb4afb41513fb8a684"
-SRC_URI[libxml.sha256sum] = "b154f2dad3033b30d22ac81b8985b69ad35450b0c552db394cd03bb36845812a"
+SRC_URI[libxml.md5sum] = "1544ab9ac110f5da296015346561ce02"
+SRC_URI[libxml.sha256sum] = "ec431011cb37a04640fd2316f64d0405a274eece2c6f3847f7fbd336eb1c0dc9"
 
 S = "${WORKDIR}/XML-LibXML-${PV}"
 
@@ -40,8 +40,4 @@ BBCLASSEXTEND = "native"
 CFLAGS += " -D_GNU_SOURCE "
 BUILD_CFLAGS += " -D_GNU_SOURCE "
 
-do_configure_prepend() {
-	rm -rf ${S}/.pc/*
-}
-
 FILES_${PN}-dbg =+ "${libdir}/perl/vendor_perl/*/auto/XML/LibXML/.debug/"
-- 
1.9.1



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-07-24  8:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-13  6:43 [PATCH v2] libxml-libxml-perl: update from 2.0116 to 2.0121 wenzong.fan
2015-07-24  8:37 ` wenzong fan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.