diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-01-23 11:40:29 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2017-02-01 15:40:20 +0100 |
commit | d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3 (patch) | |
tree | d2e8e97e19b3bf9810ed5ee299bfe747156d8e91 /package/system/opkg/Makefile | |
parent | b2cd9b80ef3e6b48a9524b85cae4b3f30bb1b91a (diff) | |
download | upstream-d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3.tar.gz upstream-d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3.tar.bz2 upstream-d7cae5f0b45847c0cd5f9c67a552cb6fe2e1fdc3.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 |