diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-23 11:40:29 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-01-26 11:38:20 +0100 |
commit | 7ba20627445972753fb41677fc24c5377b86feba (patch) | |
tree | 202d59fcbb70bb94db09103ff2821e9938da1d5b /package/system/opkg/Makefile | |
parent | 6cb8e30837ce1bfff8c3c4e18bc8ccf8b4c2c8d5 (diff) | |
download | upstream-7ba20627445972753fb41677fc24c5377b86feba.tar.gz upstream-7ba20627445972753fb41677fc24c5377b86feba.tar.bz2 upstream-7ba20627445972753fb41677fc24c5377b86feba.zip |
opkg: clarify messages and errors related to downloads
Clarify opkg's messages related to downloads:
* more visible error message for package list download failure
* separate error message for signature file download error
* if wget returns 4, signal the network error more clearly
* remove '.' from end of filenames and URLs
* try signature check only if the package list was downloaded ok.
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
Diffstat (limited to 'package/system/opkg/Makefile')
-rw-r--r-- | package/system/opkg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/opkg/Makefile b/package/system/opkg/Makefile index 15d4ea0ce9..39e6b4d058 100644 --- a/package/system/opkg/Makefile +++ b/package/system/opkg/Makefile @@ -11,7 +11,7 @@ include $(INCLUDE_DIR)/version.mk include $(INCLUDE_DIR)/feeds.mk PKG_NAME:=opkg -PKG_RELEASE:=16 +PKG_RELEASE:=17 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.yoctoproject.org/git/opkg |