From 3a84394df4cbe8c4fc2f3766eea4ec830aadc13c Mon Sep 17 00:00:00 2001 From: aminrastgoo Date: Wed, 22 Nov 2017 07:51:09 +0330 Subject: [PATCH] Update curlftpfs_0.9.2.bb LIC_FILES_CHKSUM should be added. and we depend on pkgconfig to prevent configuration error we change {P} to {BP} for multilib builds --- recipes/fuse/curlftpfs_0.9.2.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/fuse/curlftpfs_0.9.2.bb b/recipes/fuse/curlftpfs_0.9.2.bb index 53d44a8c7f..198c9694fc 100644 --- a/recipes/fuse/curlftpfs_0.9.2.bb +++ b/recipes/fuse/curlftpfs_0.9.2.bb @@ -4,13 +4,13 @@ HOMEPAGE = "http://curlftpfs.sourceforge.net/" SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPLv2" -DEPENDS = "glib-2.0 fuse curl" +DEPENDS = "glib-2.0 fuse curl pkgconfig" RDEPENDS_${PN} += " libcurl " PR = "r1" -SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz" +SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${BP}.tar.gz" -S = "${WORKDIR}/${P}" +S = "${WORKDIR}/${BP}" inherit autotools