From 55f17fa92ac3d041c0119a21f440c28a0adc1529 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 13 Feb 2011 19:09:48 +0000 Subject: set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25529 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/libubox/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/libubox') diff --git a/package/libubox/Makefile b/package/libubox/Makefile index 808a1a0e68..ccfe8382b6 100644 --- a/package/libubox/Makefile +++ b/package/libubox/Makefile @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libubox PKG_VERSION:=2011-02-11 -PKG_RELEASE:=1 +PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git -- cgit v1.2.3