[oe] [meta-networking][PATCH] vlan: install vconfig into /sbin same as Ubuntu and Fedora.

Bian Naimeng biannm at cn.fujitsu.com
Thu Feb 12 00:38:40 UTC 2015


Signed-off-by: Bian Naimeng <biannm at cn.fujitsu.com>
---
 meta-networking/recipes-connectivity/vlan/vlan_1.9.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
index d980a47..086f559 100644
--- a/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
+++ b/meta-networking/recipes-connectivity/vlan/vlan_1.9.bb
@@ -21,6 +21,6 @@ do_compile () {
 }
 
 do_install () {
-    install -d ${D}/${exec_prefix}/bin
-    cp ${S}/vconfig ${D}/${exec_prefix}/bin
+    install -d ${D}/${base_sbindir}
+    install -m 0755 ${S}/vconfig ${D}/${base_sbindir}/
 }
-- 
1.9.1




More information about the Openembedded-devel mailing list