Re: [OpenWrt-Devel] [PATCH V2] [packages] libqmi: update to 1.8.0

2014-02-08 Thread Hauke Mehrtens
On 02/07/2014 09:28 AM, Dirk Neukirchen wrote:
 On 06.02.2014 23:42, Hauke Mehrtens wrote:
 On 12/12/2013 07:05 PM, Tim Harvey wrote:
 Signed-off-by: Tim Harvey thar...@gateworks.com
 ---
 
 There is no libqmi-1.8.0.tar.xz on the gnome ftp server.

 This url returns 404:
 http://ftp.gnome.org/pub/GNOME/sources/libqmi/1.8/libqmi-1.8.0.tar.xz

 Hauke
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel

 
 
 v1: update to libqmi 1.8.0
 v2: fix packet source URL
 
 libqmi is now hosted on Freedesktop
 
 Signed-off-by: Tim Harvey thar...@gateworks.com
 Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de
 ---
  libs/libqmi/Makefile | 7 ---
  1 file changed, 4 insertions(+), 3 deletions(-)
 
Thank you for the patch, it was applied in r39536.

Hauke
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel


[OpenWrt-Devel] [PATCH V2] [packages] libqmi: update to 1.8.0

2014-02-07 Thread Dirk Neukirchen
On 06.02.2014 23:42, Hauke Mehrtens wrote:
 On 12/12/2013 07:05 PM, Tim Harvey wrote:
 Signed-off-by: Tim Harvey thar...@gateworks.com
 ---

 There is no libqmi-1.8.0.tar.xz on the gnome ftp server.
 
 This url returns 404:
 http://ftp.gnome.org/pub/GNOME/sources/libqmi/1.8/libqmi-1.8.0.tar.xz
 
 Hauke
 ___
 openwrt-devel mailing list
 openwrt-devel@lists.openwrt.org
 https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel
 


v1: update to libqmi 1.8.0
v2: fix packet source URL

libqmi is now hosted on Freedesktop

Signed-off-by: Tim Harvey thar...@gateworks.com
Signed-off-by: Dirk Neukirchen dirkneukirc...@web.de
---
 libs/libqmi/Makefile | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/libs/libqmi/Makefile b/libs/libqmi/Makefile
index a9db3c0..14e6569 100644
--- a/libs/libqmi/Makefile
+++ b/libs/libqmi/Makefile
@@ -1,12 +1,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libqmi
-PKG_VERSION:=1.0
+PKG_VERSION:=1.8.0
 PKG_RELEASE:=1
 
 PKG_SOURCE:=libqmi-$(PKG_VERSION).tar.xz
-PKG_SOURCE_URL:=@GNOME/libqmi/1.0/
-PKG_MD5SUM:=1e00d300616efc1bf8d3e8e541a69f73
+PKG_SOURCE_URL:=http://www.freedesktop.org/software/libqmi
+PKG_MD5SUM:=1c4c64c0894f691632727363abec32b8
 
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
@@ -19,6 +19,7 @@ define Package/libqmi
   CATEGORY:=Libraries
   DEPENDS:=+glib2 +zlib +kmod-usb-net-qmi-wwan
   TITLE:=Helper library and utils to talk to QMI enabled modems
+  URL:=http://www.freedesktop.org/wiki/Software/libqmi
 endef
 
 define Package/libqmi/description
-- 
1.9.rc1
___
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-devel