From: Gustavo Zacarias Date: Fri, 27 Jun 2014 20:09:26 +0000 (-0300) Subject: liboauth: bump to version 1.0.3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=367dcacca54f89fa3348b317003cacb185fe9778;p=buildroot.git liboauth: bump to version 1.0.3 Add license information as well. It could be "or GPL" as well but since we link to openssl that's a murky path as stated in the README so just leave it at MIT. Signed-off-by: Gustavo Zacarias Signed-off-by: Thomas Petazzoni --- diff --git a/package/liboauth/liboauth.mk b/package/liboauth/liboauth.mk index 6ade85640b..d247068f31 100644 --- a/package/liboauth/liboauth.mk +++ b/package/liboauth/liboauth.mk @@ -4,11 +4,12 @@ # ################################################################################ -LIBOAUTH_VERSION = 0.9.6 +LIBOAUTH_VERSION = 1.0.3 LIBOAUTH_SITE = http://liboauth.sourceforge.net/pool LIBOAUTH_INSTALL_STAGING = YES - LIBOAUTH_DEPENDENCIES += host-pkgconf openssl +LIBOAUTH_LICENSE = MIT +LIBOAUTH_LICENSE_FILES = COPYING.MIT ifeq ($(BR2_PACKAGE_LIBCURL),y) LIBOAUTH_DEPENDENCIES += libcurl