mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
httpfs2: Do not use S during compile/install tasks
Point to SOURCEFORGE_MIRROR instead of hardcoding one Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -8,18 +8,15 @@ inherit pkgconfig
|
||||
DEPENDS += "fuse"
|
||||
RDEPENDS:${PN} += "fuse"
|
||||
|
||||
SRC_URI += "https://astuteinternet.dl.sourceforge.net/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz"
|
||||
SRC_URI += "${SOURCEFORGE_MIRROR}/project/httpfs/httpfs2/httpfs2-${PV}.tar.gz"
|
||||
SRC_URI[sha256sum] = "01cb4bb38deb344f540da6f1464dc7edbdeb51213ad810b8c9c282c1e17e0fc1"
|
||||
|
||||
S = "${WORKDIR}/httpfs2-${PV}"
|
||||
|
||||
do_compile() {
|
||||
cd ${S}
|
||||
oe_runmake httpfs2
|
||||
oe_runmake -C ${S} httpfs2
|
||||
}
|
||||
|
||||
do_install() {
|
||||
cd ${S}
|
||||
install -d ${D}${bindir}
|
||||
install -m 0755 httpfs2 ${D}${bindir}
|
||||
install -Dm 0755 ${S}/httpfs2 ${D}${bindir}/httpfs2
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user