diff options
author | Alejandro del Castillo <alejandro.delcastillo@ni.com> | 2015-09-01 09:17:53 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-03 12:43:14 +0100 |
commit | d6b1171131656907d6bdbb9ce3115c444f06817e (patch) | |
tree | d9764b40ac128da99f79c2e45cfd7c370f5179e2 /meta/recipes-devtools/run-postinsts | |
parent | ab50b1d11c28394b20b49242cc3481582a055bc8 (diff) | |
download | poky-d6b1171131656907d6bdbb9ce3115c444f06817e.tar.gz |
opkg: upgrade to v0.3.0
Changes required:
- Rename opkg-cl to opkg
- Add libarchive dependency
- Drop backport patches
- Drop obsolete directory options
- Add patch to handle empty index files
Based on initial work by Paul Barker.
(From OE-Core rev: 1dd2a9ea54f5a5497e23814f144f35ff15430d71)
Signed-off-by: Alejandro del Castillo <alejandro.delcastillo@ni.com>
CC: Paul Barker <paul@paulbarker.me.uk>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/run-postinsts')
-rwxr-xr-x | meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | 2 |
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 58ea85e114..53a8e1db0a 100755 --- a/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts +++ b/meta/recipes-devtools/run-postinsts/run-postinsts/run-postinsts | |||
@@ -73,7 +73,7 @@ remove_pi_dir=1 | |||
73 | if $pm_installed; then | 73 | if $pm_installed; then |
74 | case $pm in | 74 | case $pm in |
75 | "ipk") | 75 | "ipk") |
76 | eval opkg-cl configure $append_log | 76 | eval opkg configure $append_log |
77 | ;; | 77 | ;; |
78 | 78 | ||
79 | "deb") | 79 | "deb") |