aboutsummaryrefslogtreecommitdiffstats
path: root/package/libubox
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2011-02-13 19:09:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2011-02-13 19:09:48 +0000
commitd030509845efbb5ea8af4acef9438d1cb1387641 (patch)
treec6fc2c678ed44b072f0c0e0a0754f7b1c4531c5c /package/libubox
parent9f7f8110e718b5efbd7206cec61eba8d58ae4c3b (diff)
downloadupstream-d030509845efbb5ea8af4acef9438d1cb1387641.tar.gz
upstream-d030509845efbb5ea8af4acef9438d1cb1387641.tar.bz2
upstream-d030509845efbb5ea8af4acef9438d1cb1387641.zip
set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
SVN-Revision: 25529
Diffstat (limited to 'package/libubox')
-rw-r--r--package/libubox/Makefile2
1 files changed, 1 insertions, 1 deletions
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