set PKG_RELEASE to PKG_SOURCE_VERSION on a few packages using git
SVN-Revision: 25529
This commit is contained in:
parent
9f7f8110e7
commit
d030509845
4 changed files with 5 additions and 3 deletions
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=librpc
|
PKG_NAME:=librpc
|
||||||
PKG_VERSION:=0.9.32-rc2
|
PKG_VERSION:=0.9.32-rc2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://nbd.name/uclibc-rpc.git
|
PKG_SOURCE_URL:=git://nbd.name/uclibc-rpc.git
|
||||||
|
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=libubox
|
PKG_NAME:=libubox
|
||||||
PKG_VERSION:=2011-02-11
|
PKG_VERSION:=2011-02-11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
|
PKG_SOURCE_URL:=git://nbd.name/luci2/libubox.git
|
||||||
|
|
|
@ -9,6 +9,8 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=relayd
|
PKG_NAME:=relayd
|
||||||
PKG_VERSION:=2011-02-07
|
PKG_VERSION:=2011-02-07
|
||||||
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
|
||||||
PKG_SOURCE_URL:=git://nbd.name/relayd.git
|
PKG_SOURCE_URL:=git://nbd.name/relayd.git
|
||||||
|
|
|
@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ubus
|
PKG_NAME:=ubus
|
||||||
PKG_VERSION:=2011-02-11
|
PKG_VERSION:=2011-02-11
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE=$(PKG_SOURCE_VERSION)
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
|
PKG_SOURCE_URL:=git://nbd.name/luci2/ubus.git
|
||||||
|
|
Loading…
Reference in a new issue