* [meta-security][PATCH 1/2] libseccomp: fix SRC_URI for multilib
@ 2015-01-13 9:25 Paul Eggleton
2015-01-13 9:25 ` [meta-security][PATCH 2/2] nikto: " Paul Eggleton
2015-01-13 16:42 ` [meta-security][PATCH 1/2] libseccomp: " akuster808
0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2015-01-13 9:25 UTC (permalink / raw)
To: yocto
${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>
---
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 \
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [meta-security][PATCH 2/2] nikto: fix SRC_URI for multilib
2015-01-13 9:25 [meta-security][PATCH 1/2] libseccomp: fix SRC_URI for multilib Paul Eggleton
@ 2015-01-13 9:25 ` Paul Eggleton
2015-01-13 16:41 ` akuster808
2015-01-13 16:42 ` [meta-security][PATCH 1/2] libseccomp: " akuster808
1 sibling, 1 reply; 4+ messages in thread
From: Paul Eggleton @ 2015-01-13 9:25 UTC (permalink / raw)
To: yocto
${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>
---
recipes-security/nikto/nikto_2.1.5.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-security/nikto/nikto_2.1.5.bb b/recipes-security/nikto/nikto_2.1.5.bb
index 40b5b72..8080d4a 100644
--- a/recipes-security/nikto/nikto_2.1.5.bb
+++ b/recipes-security/nikto/nikto_2.1.5.bb
@@ -6,7 +6,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
-SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \
+SRC_URI = "http://cirt.net/nikto/${BP}.tar.gz \
file://location.patch"
SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"
--
1.9.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [meta-security][PATCH 2/2] nikto: fix SRC_URI for multilib
2015-01-13 9:25 ` [meta-security][PATCH 2/2] nikto: " Paul Eggleton
@ 2015-01-13 16:41 ` akuster808
0 siblings, 0 replies; 4+ messages in thread
From: akuster808 @ 2015-01-13 16:41 UTC (permalink / raw)
To: Paul Eggleton, yocto
merged .
thanks,
Armin
On 01/13/2015 01:25 AM, Paul Eggleton wrote:
> ${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>
> ---
> recipes-security/nikto/nikto_2.1.5.bb | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/recipes-security/nikto/nikto_2.1.5.bb b/recipes-security/nikto/nikto_2.1.5.bb
> index 40b5b72..8080d4a 100644
> --- a/recipes-security/nikto/nikto_2.1.5.bb
> +++ b/recipes-security/nikto/nikto_2.1.5.bb
> @@ -6,7 +6,7 @@ LICENSE = "GPLv2"
>
> LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
>
> -SRC_URI = "http://cirt.net/nikto/${PN}-${PV}.tar.gz \
> +SRC_URI = "http://cirt.net/nikto/${BP}.tar.gz \
> file://location.patch"
>
> SRC_URI[md5sum] = "efcc98a918becb77471ee9a5df0a7b1e"
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [meta-security][PATCH 1/2] libseccomp: fix SRC_URI for multilib
2015-01-13 9:25 [meta-security][PATCH 1/2] libseccomp: fix SRC_URI for multilib Paul Eggleton
2015-01-13 9:25 ` [meta-security][PATCH 2/2] nikto: " Paul Eggleton
@ 2015-01-13 16:42 ` akuster808
1 sibling, 0 replies; 4+ messages in thread
From: akuster808 @ 2015-01-13 16:42 UTC (permalink / raw)
To: Paul Eggleton, yocto
merged.
Thanks,
Armin
On 01/13/2015 01:25 AM, Paul Eggleton wrote:
> ${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>
> ---
> 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 \
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-01-13 16:42 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-13 9:25 [meta-security][PATCH 1/2] libseccomp: fix SRC_URI for multilib Paul Eggleton
2015-01-13 9:25 ` [meta-security][PATCH 2/2] nikto: " Paul Eggleton
2015-01-13 16:41 ` akuster808
2015-01-13 16:42 ` [meta-security][PATCH 1/2] libseccomp: " akuster808
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.