summaryrefslogtreecommitdiffstats
path: root/update-alternatives
AgeCommit message (Collapse)Author
2014-11-24update-alternatives: avoid double slash problemChen Qi
The link path stored by update-alternatives should always be absolute and so we do not need to add an additional slash when joining to $OPKG_OFFLINE_ROOT. Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2014-10-30update-alternatives: Installing fails for "["Jian Liu
Installing packages using update-alternatives will give the following error lines: sed: -e expression #1, char 41: unterminated address regex sed: -e expression #1, char 42: unterminated address regex This is caused by the script update-alternatives. "[" can not be used directly in sed expression, which should be escaped in sed expression. Signed-off-by: Jian Liu <jian.liu@windriver.com> Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
2014-01-14update-alternatives: Script copied from opkgPaul Barker
The update-alternatives script is being moved from opkg to opkg-utils to break possible circular dependencies in openembedded. As opkg will depend on libarchive soon, and may depend on other packages if certain options are enabled, opkg cannot itself provide update-alternatives if its dependencies require update-alternatives. opkg-utils has minimal build-time dependencies and so is a good place to put the update-alternatives script. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>