For now, please ignore this one, it seems I haven't tested properly, sorry. /Cristian
-----Original Message----- From: Iorga, Cristian Sent: Friday, July 10, 2015 3:07 PM To: openembedded-core@lists.openembedded.org Cc: Iorga, Cristian Subject: [PATCH V2] libical: upgrade to 1.0.1 Bugfix release mainly. autotools build system removed, cmake is now used. perl is needed during the configure phase. Switched to releases download link. Signed-off-by: Cristian Iorga <cristian.io...@intel.com> --- .../libical/{libical_1.0.0.bb => libical_1.0.1.bb} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename meta/recipes-support/libical/{libical_1.0.0.bb => libical_1.0.1.bb} (55%) diff --git a/meta/recipes-support/libical/libical_1.0.0.bb b/meta/recipes-support/libical/libical_1.0.1.bb similarity index 55% rename from meta/recipes-support/libical/libical_1.0.0.bb rename to meta/recipes-support/libical/libical_1.0.1.bb index be6b635..eb93b4f 100644 --- a/meta/recipes-support/libical/libical_1.0.0.bb +++ b/meta/recipes-support/libical/libical_1.0.1.bb @@ -6,8 +6,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d4fc58309d8ed46587ac63bb449d82f8 \ file://LICENSE;md5=d1a0891cd3e582b3e2ec8fe63badbbb6" SECTION = "libs" -SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz" -SRC_URI[md5sum] = "f4b8e33ae5efb2f025eb43ce69682a36" -SRC_URI[sha256sum] = "0072e83834092315772e6719b85fc8b11530b1ff53f4d108315fb38cddbce8c2" +SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BP}.tar.gz" +SRC_URI[md5sum] = "af91db06b22559f863869c5a382ad08a" +SRC_URI[sha256sum] = "7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c" + +inherit cmake perlnative + +FILES_${PN}-dev += "${libdir}/cmake" -inherit autotools -- 2.1.4 -- _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core