diff --git a/recipes-extended/pcl/pcl_1.8.0.bb b/recipes-extended/pcl/pcl_1.8.1.bb similarity index 90% rename from recipes-extended/pcl/pcl_1.8.0.bb rename to recipes-extended/pcl/pcl_1.8.1.bb index 2ad7260..786ec7b 100644 --- a/recipes-extended/pcl/pcl_1.8.0.bb +++ b/recipes-extended/pcl/pcl_1.8.1.bb @@ -6,10 +6,10 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=5b8a2a1aa14e6de44b4273134946a34c" DEPENDS = "boost libflann libeigen qhull" SRC_URI = "https://github.com/PointCloudLibrary/${PN}/archive/${P}.tar.gz" -SRC_URI[md5sum] = "8c1308be2c13106e237e4a4204a32cca" -SRC_URI[sha256sum] = "9e54b0c1b59a67a386b9b0f4acb2d764272ff9a0377b825c4ed5eedf46ebfcf4" +SRC_URI[md5sum] = "436704215670bb869ca742af48c749a9" +SRC_URI[sha256sum] = "5a102a2fbe2ba77c775bf92c4a5d2e3d8170be53a68c3a76cfc72434ff7b9783" -SRC_URI += "file://0001-make-the-pcl-library-compile-with-gcc6.patch" +#SRC_URI += "file://0001-make-the-pcl-library-compile-with-gcc6.patch" SRC_URI += "file://0001-Dereference-shared_ptr-fix-for-GCC8.patch" S = "${WORKDIR}/pcl-${P}"