Author: nbd Date: 2015-05-05 12:14:04 +0200 (Tue, 05 May 2015) New Revision: 45610
Modified: trunk/package/libs/polarssl/Makefile Log: polarssl: include PKG_RELEASE in ABI_VERSION Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/package/libs/polarssl/Makefile =================================================================== --- trunk/package/libs/polarssl/Makefile 2015-05-05 10:12:49 UTC (rev 45609) +++ trunk/package/libs/polarssl/Makefile 2015-05-05 10:14:04 UTC (rev 45610) @@ -9,7 +9,7 @@ PKG_NAME:=mbedtls PKG_VERSION:=1.3.10 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_USE_MIPS16:=0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-gpl.tgz @@ -38,7 +38,7 @@ SECTION:=libs CATEGORY:=Libraries TITLE+= (library) - ABI_VERSION:=$(PKG_VERSION) + ABI_VERSION:=$(PKG_VERSION)-$(PKG_RELEASE) endef define Package/libpolarssl/description _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
