Robert Yang
4b62d9fc03
e2fsprogs/populate-extfs.sh: fix a problem on dash
...
The dash can't handle the or [[ in parameter expansion, for example:
A=/usr/bin/[[
B=[[
C="${A%$B}"
The C should be "/usr/bin" in common, but it will be /usr/bin/[[ on
dash, use dirname to fix it.
NOTE:
There are 3 lines about parameter expansion, only fix the
DIR="${DIR%$TGT}" since the other 2 works will and are very useful in
this case.
[YOCTO #5712 ]
(From OE-Core rev: 22f90c5aec4f0b0360d1d960226f9965d83d589b)
Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2014-01-21 10:45:28 +00:00
..
2014-01-02 12:50:18 +00:00
2014-01-06 11:13:59 +00:00
2014-01-06 11:13:59 +00:00
2014-01-06 11:13:58 +00:00
2014-01-10 15:16:51 +00:00
2013-07-02 22:23:49 +01:00
2013-12-14 09:11:19 +00:00
2013-08-26 11:47:19 +01:00
2014-01-14 11:33:52 +00:00
2014-01-14 11:33:52 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 14:21:04 +00:00
2013-11-05 22:17:56 +00:00
2014-01-06 22:17:28 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2013-07-31 06:59:55 +01:00
2013-03-25 20:51:19 +00:00
2013-12-03 17:45:52 +00:00
2014-01-02 12:50:18 +00:00
2014-01-21 10:45:28 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2013-12-09 18:01:44 +00:00
2014-01-02 12:50:21 +00:00
2014-01-02 12:50:26 +00:00
2014-01-02 12:50:21 +00:00
2013-08-20 15:31:26 +01:00
2014-01-02 12:56:28 +00:00
2013-10-30 14:52:04 +00:00
2014-01-21 10:33:08 +00:00
2014-01-02 12:50:24 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:23 +00:00
2013-04-29 14:45:04 +01:00
2012-11-02 16:18:29 +00:00
2014-01-02 14:21:04 +00:00
2014-01-02 12:50:21 +00:00
2013-11-22 14:08:34 +00:00
2014-01-06 11:14:00 +00:00
2013-09-30 22:11:57 +01:00
2013-12-03 17:45:52 +00:00
2013-10-26 15:59:10 +01:00
2014-01-14 17:03:54 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:21 +00:00
2013-12-09 18:01:45 +00:00
2014-01-02 12:50:18 +00:00
2013-06-25 17:44:53 +01:00
2013-01-15 08:10:12 +00:00
2014-01-19 16:32:10 +00:00
2014-01-19 16:32:11 +00:00
2014-01-02 12:50:18 +00:00
2013-10-18 15:58:17 +01:00
2012-09-04 18:03:18 +01:00
2013-10-30 14:52:04 +00:00
2013-10-30 14:52:04 +00:00
2014-01-02 22:39:23 +00:00
2013-08-30 16:23:46 +01:00
2013-12-05 16:27:12 +00:00
2014-01-02 12:50:18 +00:00
2014-01-14 17:59:27 +00:00
2014-01-10 15:16:50 +00:00
2014-01-06 11:14:02 +00:00
2013-07-24 11:35:36 +01:00
2013-12-10 17:42:43 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 14:21:04 +00:00
2013-11-01 11:09:06 +00:00
2013-12-03 17:45:52 +00:00
2013-12-03 17:45:52 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-06 22:17:28 +00:00
2014-01-19 16:32:10 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-02 12:50:18 +00:00
2014-01-06 11:14:00 +00:00
2013-08-13 23:05:58 +01:00
2013-11-05 22:18:48 +00:00