diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-01-29 15:04:26 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-01-30 00:03:01 +0000 |
commit | 96180955d06e9ae74cd8e8c2a980167c485c2df1 (patch) | |
tree | 632eb485f9ac15ad6b6dfc3c3e263b5ca9b394f9 /meta/recipes-graphics | |
parent | cfb082961a6c9ac3d65738031c4071210529cd07 (diff) | |
download | poky-96180955d06e9ae74cd8e8c2a980167c485c2df1.tar.gz |
rootfs_rpm: Escape the backtick to ensure the ls runs on the target
This change ensures that the ls /etc/rpm-postinsts runs in the target
at first boot time, rather than at the creation time of the script on
the host.
This was causing the following error in the rootfs log:
+ install -d /srv/ssd/sgw/machines/fri2/tmp/work/fri2-poky-linux/core-image-minimal/1.0-r0/rootfs//etc/rcS.d
+ i=
+ ls /etc/rpm-postinsts/
ls: cannot access /etc/rpm-postinsts/: No such file or directory
(From OE-Core rev: e893cf0b3843701e80f5c9f47be04d1a88e5ed68)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
0 files changed, 0 insertions, 0 deletions