summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorAditya Tayade <Aditya.Tayade@kpit.com>2025-06-16 11:53:54 +0530
committerSteve Sakoman <steve@sakoman.com>2025-06-20 08:06:30 -0700
commitd2ca3a347ed775b584029d58f531ccc88fd7757a (patch)
treec1ced36dd98b3bac91403872b25ed88da09280f1 /meta/recipes-core
parentc0a8db39edfee6cd2d14e30bee3cc536e1c19907 (diff)
downloadpoky-d2ca3a347ed775b584029d58f531ccc88fd7757a.tar.gz
e2fsprogs: removed 'sed -u' option
In embedded box, sed might be provided another providers like Busybox, hence use generic options whenever possible. /bin/sed -> /etc/alternatives/sed /etc/alternatives/sed -> /bin/busybox.nosuid Here used 'sed -u' option is not necessary, hence removed it. Fixes below error: sed: invalid option -- 'u' Also added 'set -eux' option which halts execution of the script on any failures. (From OE-Core rev: 5b3b290baa0a83f493b7ca25d5ffa5ff279bcc69) (From OE-Core rev: fe7fa1ec7d005d858ccbdd81eb6f7bfab04b7e46) Signed-off-by: Aditya Tayade <Aditya.Tayade@kpit.com> Signed-off-by: Pawan Badganchi <Pawan.Badganchi@kpit.com> Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit 07caee1829d2a61bc018fe0e37ecd482922179ee) Signed-off-by: Steve Sakoman <steve@sakoman.com> (cherry picked from commit d2da6b5c5668dbc84b905ba2fe4c9b57b580fd82) Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-core')
0 files changed, 0 insertions, 0 deletions