[yocto] [[Patch2]Makedumpfile] Add makedumpfile

Gaurang Shastri gshastri at juniper.net
Tue Mar 31 01:32:10 PDT 2015


PR NO:[https://bugzilla.yoctoproject.org/show_bug.cgi?id=7069]

Signed-off-by: Gaurang Shastri <gshastri at juniper.net>
---
 .../recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb b/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb
index ce3027e..bd86b64 100644
--- a/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb
+++ b/meta-cgl-common/recipes-cgl/makedumpfile/makedumpfile_1.5.0.bb
@@ -13,7 +13,6 @@ DEPENDS = "zlib elfutils bzip2"
 EXTRA_OEMAKE = "TARGET=${TARGET_ARCH}"
 
 do_install() {
-	install -d ${D}${bindir}/
-	install -c -m 755 ${S}/makedumpfile ${D}${bindir}/
+	install -Dm 0755 ${S}/makedumpfile ${D}${bindir}/makedumpfile
 }
 
-- 
1.7.9.5




More information about the yocto mailing list