aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2014-05-28 18:33:02 +0800
committerChen Qi <Qi.Chen@windriver.com>2014-05-29 09:45:39 +0800
commit99d353d5d2ffbfd6a38e937883820f42a0a880f7 (patch)
tree1d24437b2b1ebaf4394692fffbbab8b804f79b3f /meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
parent32ac58819580d359e22161be1abf62215d202250 (diff)
downloadopenembedded-core-contrib-99d353d5d2ffbfd6a38e937883820f42a0a880f7.tar.gz
update-rc.d: fix to handle priority numbers correctlyChenQi/updatercd-priority
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] Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Diffstat (limited to 'meta/recipes-core/update-rc.d/update-rc.d_0.7.bb')
-rw-r--r--meta/recipes-core/update-rc.d/update-rc.d_0.7.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
index 50dcaa2d3f..c15cb78033 100644
--- a/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
+++ b/meta/recipes-core/update-rc.d/update-rc.d_0.7.bb
@@ -13,6 +13,7 @@ SRCREV = "eca680ddf28d024954895f59a241a622dd575c11"
SRC_URI = "git://github.com/philb/update-rc.d.git \
file://add-verbose.patch \
file://check-if-symlinks-are-valid.patch \
+ file://fix-to-handle-priority-numbers-correctly.patch \
"
S = "${WORKDIR}/git"