done

On 06/04/2015 01:36 AM, Martin Jansa wrote:
On Sat, May 16, 2015 at 06:59:15AM +0200, Martin Jansa wrote:
From: Martin Jansa <martin.ja...@gmail.com>

ping


* install populate-extfs.sh from contrib, be aware that in order
   to use it you need to set DEBUGFS shell variable, otherwise it will
   try to use debugfs from relative path which is almost always
   incorrect:
     CONTRIB_DIR=$(dirname $(readlink -f $0))
     DEBUGFS="$CONTRIB_DIR/../debugfs/debugfs"

Signed-off-by: Martin Jansa <martin.ja...@gmail.com>
Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org>
---
  meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb | 2 ++
  1 file changed, 2 insertions(+)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb 
b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
index 70ccdfd..95c612c 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
@@ -54,6 +54,8 @@ do_install () {
        oe_multilib_header ext2fs/ext2_types.h
        install -d ${D}${base_bindir}
        mv ${D}${bindir}/chattr ${D}${base_bindir}/chattr.e2fsprogs
+
+       install -v -m 755 ${S}/contrib/populate-extfs.sh ${D}${base_sbindir}/
  }

  do_install_append_class-target() {
--
2.4.0


--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to