aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
diff options
context:
space:
mode:
authorPaul Barker <paul@paulbarker.me.uk>2014-09-24 11:19:47 +0200
committerPaul Barker <paul@paulbarker.me.uk>2015-02-01 13:52:18 +0000
commit7dbde4bc466665cd628538db0df96c01f42a5bbd (patch)
tree7a560f4010b52c54330425a9cd6097720a880c07 /meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
parent4bf19983c1cca3aab362e193bdc8d121eef9882e (diff)
downloadopenembedded-core-contrib-7dbde4bc466665cd628538db0df96c01f42a5bbd.tar.gz
opkg: Upgrade to v0.3.0-rc2
During this upgrade we handle the rename of the main opkg command from 'opkg-cl' to 'opkg'. Also, the update-alternatives script is no longer included in the opkg source archive. Signed-off-by: Paul Barker <paul@paulbarker.me.uk>
Diffstat (limited to 'meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts')
-rwxr-xr-xmeta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
index f547a7b7bd..494fa614e8 100755
--- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
+++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts
@@ -70,7 +70,7 @@ remove_pi_dir=1
if $pm_installed; then
case $pm in
"ipk")
- eval opkg-cl configure $append_log
+ eval opkg configure $append_log
;;
"deb")