* [meta-networking][PATCH] ebtables: move ebtables-save to sbindir to avoid QA issue
@ 2013-02-25 5:24 jackie.huang
2013-02-25 15:18 ` Joe MacDonald
0 siblings, 1 reply; 2+ messages in thread
From: jackie.huang @ 2013-02-25 5:24 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joe.MacDonald, Jackie.Huang, Zhenfeng.Zhao
From: Jackie Huang <jackie.huang@windriver.com>
Fix the QA issue:
WARNING: QA Issue: ebtables: Found a reference to /usr/ in
/path/to/tmp/work/x86_64-wrs-linux/ebtables-2.0.10-4-r1/packages-split/ebtables/sbin/ebtables-save
WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference anything in exec_prefix
Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
---
.../recipes-filter/ebtables/ebtables_2.0.10-4.bb | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
index bca34c0..d6d803a 100644
--- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
+++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
@@ -2,7 +2,7 @@ SUMMARY = "Utility for basic Ethernet frame filtering on a Linux bridge, MAC NAT
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
SECTION = "console/network"
-PR = "r1"
+PR = "r2"
RDEPENDS_${PN} += "perl"
@@ -44,6 +44,11 @@ do_install () {
# Fix hardcoded paths in scripts
sed -i 's!/sbin/!${base_sbindir}/!g' ${D}/${sysconfdir}/init.d/ebtables
sed -i 's!/etc/!${sysconfdir}/!g' ${D}/${sysconfdir}/init.d/ebtables
+
+ # The script ebtables-save refernces perl in exec_prefix, so
+ # move it to sbindir to avoid QA issue
+ install -d ${D}/${sbindir}
+ mv ${D}/${base_sbindir}/ebtables-save ${D}/${sbindir}
}
CONFFILES_${PN} += "${sysconfdir}/default/ebtables"
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [meta-networking][PATCH] ebtables: move ebtables-save to sbindir to avoid QA issue
2013-02-25 5:24 [meta-networking][PATCH] ebtables: move ebtables-save to sbindir to avoid QA issue jackie.huang
@ 2013-02-25 15:18 ` Joe MacDonald
0 siblings, 0 replies; 2+ messages in thread
From: Joe MacDonald @ 2013-02-25 15:18 UTC (permalink / raw)
To: jackie.huang; +Cc: openembedded-devel, Zhenfeng.Zhao
[-- Attachment #1: Type: text/plain, Size: 1865 bytes --]
Merged, thanks.
-J.
[[meta-networking][PATCH] ebtables: move ebtables-save to sbindir to avoid QA issue] On 13.02.25 (Mon 13:24) jackie.huang@windriver.com wrote:
> From: Jackie Huang <jackie.huang@windriver.com>
>
> Fix the QA issue:
> WARNING: QA Issue: ebtables: Found a reference to /usr/ in
> /path/to/tmp/work/x86_64-wrs-linux/ebtables-2.0.10-4-r1/packages-split/ebtables/sbin/ebtables-save
> WARNING: QA Issue: Shell scripts in base_bindir and base_sbindir should not reference anything in exec_prefix
>
> Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> ---
> .../recipes-filter/ebtables/ebtables_2.0.10-4.bb | 7 ++++++-
> 1 files changed, 6 insertions(+), 1 deletions(-)
>
> diff --git a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
> index bca34c0..d6d803a 100644
> --- a/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
> +++ b/meta-networking/recipes-filter/ebtables/ebtables_2.0.10-4.bb
> @@ -2,7 +2,7 @@ SUMMARY = "Utility for basic Ethernet frame filtering on a Linux bridge, MAC NAT
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=53b4a999993871a28ab1488fdbd2e73e"
> SECTION = "console/network"
> -PR = "r1"
> +PR = "r2"
>
> RDEPENDS_${PN} += "perl"
>
> @@ -44,6 +44,11 @@ do_install () {
> # Fix hardcoded paths in scripts
> sed -i 's!/sbin/!${base_sbindir}/!g' ${D}/${sysconfdir}/init.d/ebtables
> sed -i 's!/etc/!${sysconfdir}/!g' ${D}/${sysconfdir}/init.d/ebtables
> +
> + # The script ebtables-save refernces perl in exec_prefix, so
> + # move it to sbindir to avoid QA issue
> + install -d ${D}/${sbindir}
> + mv ${D}/${base_sbindir}/ebtables-save ${D}/${sbindir}
> }
>
> CONFFILES_${PN} += "${sysconfdir}/default/ebtables"
--
-Joe MacDonald.
:wq
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-02-25 15:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-25 5:24 [meta-networking][PATCH] ebtables: move ebtables-save to sbindir to avoid QA issue jackie.huang
2013-02-25 15:18 ` Joe MacDonald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox