diff options
author | John Crispin <john@openwrt.org> | 2013-04-25 19:02:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-04-25 19:02:20 +0000 |
commit | 38ac6421bc9b75e66d2a614eff46811f325d350d (patch) | |
tree | b9f6e2f4894d4fd251a057469776890b053c176f /package/procd/Makefile | |
parent | 5062838fa5786632f235e664954576f71848244f (diff) | |
download | upstream-38ac6421bc9b75e66d2a614eff46811f325d350d.tar.gz upstream-38ac6421bc9b75e66d2a614eff46811f325d350d.tar.bz2 upstream-38ac6421bc9b75e66d2a614eff46811f325d350d.zip |
procd: update to latest git version
Signed-off-by: John Crispin <blogic@openwrt.org>
SVN-Revision: 36426
Diffstat (limited to 'package/procd/Makefile')
-rw-r--r-- | package/procd/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/procd/Makefile b/package/procd/Makefile index 53c102a7cb..f7751b4efb 100644 --- a/package/procd/Makefile +++ b/package/procd/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2013-03-14 +PKG_VERSION:=2013-04-24 PKG_RELEASE=$(PKG_SOURCE_VERSION) PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=git://nbd.name/luci2/procd.git PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_VERSION:=9fcc900e301e0c304488b6b83f10c8db5b8f4ce0 +PKG_SOURCE_VERSION:=7edfbb45edcf275a855f5e1f5cc24cac81e382ff PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 @@ -26,7 +26,7 @@ TARGET_LDFLAGS += $(if $(CONFIG_USE_EGLIBC),-lrt) define Package/procd SECTION:=base CATEGORY:=Base system - DEPENDS:=+ubusd +ubus +libjson-script +USE_EGLIBC:librt + DEPENDS:=+ubusd +ubus +libjson-script +USE_EGLIBC:librt +PROCD_INIT:ubox TITLE:=OpenWrt system process manager endef |