mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-24 01:43:08 +02:00
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
This commit is contained in:
parent
9ba2318fc7
commit
78a35be696
@ -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 New Issue
Block a user