Author: cyrus Date: 2015-06-29 16:12:38 +0200 (Mon, 29 Jun 2015) New Revision: 46145
Modified: trunk/package/libs/libubox/Makefile Log: libubox: fix MD5 for musl on big-endian platforms Signed-off-by: Steven Barth <[email protected]> Modified: trunk/package/libs/libubox/Makefile =================================================================== --- trunk/package/libs/libubox/Makefile 2015-06-29 08:24:13 UTC (rev 46144) +++ trunk/package/libs/libubox/Makefile 2015-06-29 14:12:38 UTC (rev 46145) @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox -PKG_VERSION:=2015-06-14 +PKG_VERSION:=2015-06-29 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=http://git.openwrt.org/project/libubox.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=d1c66ef1131d14f0ed197b368d03f71b964e45f8 +PKG_SOURCE_VERSION:=32e49d687b6557a01a439a3e2a9eebdf638d4b03 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz PKG_MIRROR_MD5SUM:= CMAKE_INSTALL:=1 _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
