update-rc.d: fix to handle priority numbers correctly
authorChen Qi <Qi.Chen@windriver.com>
Thu, 29 May 2014 01:50:53 +0000 (09:50 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 1 Jun 2014 13:29:30 +0000 (14:29 +0100)
commitbb9695031f47e0321a52191b7fbfd477c30c0b48
tree870b5ee672b25f056cc987bc23257ac60d6f7ce1
parent93379d8d14efd0058a8e758f032f377ed5504351
update-rc.d: fix to handle priority numbers correctly

The update-rc.d treated priority numbers begin with '0' as octal
numbers. This led to problems of update-rc.d being unable to handle
priorities like '08' or '09' correctly.

This patch fixes the above problem.

[YOCTO #6376]

(From OE-Core rev: 675fd834b9ed696cd87809830d57d3da083580d3)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/update-rc.d/update-rc.d/fix-to-handle-priority-numbers-correctly.patch [new file with mode: 0644]
meta/recipes-core/update-rc.d/update-rc.d_0.7.bb