0002-libuecc-update-to-v5.patch 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. From: Matthias Schiffer <mschiffer@universe-factory.net>
  2. Date: Thu, 29 Jan 2015 07:46:26 +0100
  3. Subject: libuecc: update to v5
  4. diff --git a/libs/libuecc/Makefile b/libs/libuecc/Makefile
  5. index 0fe4833..63b6ebe 100644
  6. --- a/libs/libuecc/Makefile
  7. +++ b/libs/libuecc/Makefile
  8. @@ -1,5 +1,5 @@
  9. #
  10. -# Copyright (C) 2012-2014 OpenWrt.org
  11. +# Copyright (C) 2012-2015 OpenWrt.org
  12. #
  13. # This is free software, licensed under the GNU General Public License v2.
  14. # See /LICENSE for more information.
  15. @@ -8,13 +8,16 @@
  16. include $(TOPDIR)/rules.mk
  17. PKG_NAME:=libuecc
  18. -PKG_VERSION:=4
  19. +PKG_VERSION:=5
  20. PKG_RELEASE:=1
  21. PKG_MAINTAINER:=Matthias Schiffer <mschiffer@universe-factory.net>
  22. PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
  23. -PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/71
  24. -PKG_MD5SUM:=7f44df5dc69cb8686947562e2a11eea9
  25. +PKG_SOURCE_URL:=https://projects.universe-factory.net/attachments/download/80
  26. +PKG_MD5SUM:=cd03c947931c2f4b0eea0bf45654bd34
  27. +
  28. +PKG_LICENSE:=BSD-2-Clause
  29. +PKG_LICENSE_FILES:=COPYRIGHT
  30. include $(INCLUDE_DIR)/package.mk
  31. include $(INCLUDE_DIR)/cmake.mk