summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2015-04-29 00:46:18 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-07-20 20:54:33 +0100
commitd19d976bf53f9872c05ef99021842414cf57549a (patch)
tree24b7815e5a1f1678e93b73d4680c11245b91fb7f /meta
parentea2e7dbcd74c810ae67ae9cdf78c31700630e241 (diff)
downloadpoky-d19d976bf53f9872c05ef99021842414cf57549a.tar.gz
e2fsprogs: install populate-extfs.sh
* 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" (From OE-Core rev: 1a3a7a1ba8c271acd13cb1d740ef83ee02829e33) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.9.bb
index 70ccdfd540..95c612cdc4 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 () {
54 oe_multilib_header ext2fs/ext2_types.h 54 oe_multilib_header ext2fs/ext2_types.h
55 install -d ${D}${base_bindir} 55 install -d ${D}${base_bindir}
56 mv ${D}${bindir}/chattr ${D}${base_bindir}/chattr.e2fsprogs 56 mv ${D}${bindir}/chattr ${D}${base_bindir}/chattr.e2fsprogs
57
58 install -v -m 755 ${S}/contrib/populate-extfs.sh ${D}${base_sbindir}/
57} 59}
58 60
59do_install_append_class-target() { 61do_install_append_class-target() {