summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2015-01-13 09:25:29 +0000
committerArmin Kuster <akuster808@gmail.com>2015-01-13 12:10:40 -0800
commit903c19e3227e502385b58b6465e647fd1b6b7d6c (patch)
treed5e36a794c2b6fcf76ee110ab45c0d9b754df063
parent3ace992991e2c33a42f9abe7c196c2a1703e646f (diff)
downloadmeta-security-903c19e3227e502385b58b6465e647fd1b6b7d6c.tar.gz
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 <paul.eggleton@linux.intel.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--recipes-security/libseccomp/libseccomp_2.1.1.bb2
1 files changed, 1 insertions, 1 deletions
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"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0"
5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6" 5LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
6 6
7SRC_URI = "http://sourceforge.net/projects/libseccomp/files/${PN}-${PV}.tar.gz \ 7SRC_URI = "http://sourceforge.net/projects/libseccomp/files/${BP}.tar.gz \
8 file://compiler.patch \ 8 file://compiler.patch \
9 file://0001-tests-create-install-tests-target.patch \ 9 file://0001-tests-create-install-tests-target.patch \
10 file://0002-tests-install-python-tests-if-appropriate.patch \ 10 file://0002-tests-install-python-tests-if-appropriate.patch \