From 903c19e3227e502385b58b6465e647fd1b6b7d6c Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 13 Jan 2015 09:25:29 +0000 Subject: libseccomp: fix SRC_URI for multilib ${BPN} should be used instead of ${PN} where you want the name without any prefix (and ${BP} is short for ${BPN}-${PV}). Signed-off-by: Paul Eggleton Signed-off-by: Armin Kuster --- recipes-security/libseccomp/libseccomp_2.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-security/libseccomp/libseccomp_2.1.1.bb b/recipes-security/libseccomp/libseccomp_2.1.1.bb index 5e0b962..0663656 100644 --- a/recipes-security/libseccomp/libseccomp_2.1.1.bb +++ b/recipes-security/libseccomp/libseccomp_2.1.1.bb @@ -4,7 +4,7 @@ SECTION = "security" LICENSE = "GPL-2.0" LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" -SRC_URI = "http://sourceforge.net/projects/libseccomp/files/${PN}-${PV}.tar.gz \ +SRC_URI = "http://sourceforge.net/projects/libseccomp/files/${BP}.tar.gz \ file://compiler.patch \ file://0001-tests-create-install-tests-target.patch \ file://0002-tests-install-python-tests-if-appropriate.patch \ -- cgit v1.2.3-54-g00ecf