Author: rmilecki Date: 2015-07-08 06:54:57 +0200 (Wed, 08 Jul 2015) New Revision: 46257
Modified: branches/chaos_calmer/package/system/procd/Makefile Log: procd: update to the latest version, fix stdout logging Signed-off-by: Rafa?\197?\130 Mi?\197?\130ecki <[email protected]> Backport of r46212 Modified: branches/chaos_calmer/package/system/procd/Makefile =================================================================== --- branches/chaos_calmer/package/system/procd/Makefile 2015-07-07 22:44:28 UTC (rev 46256) +++ branches/chaos_calmer/package/system/procd/Makefile 2015-07-08 04:54:57 UTC (rev 46257) @@ -8,14 +8,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=procd -PKG_VERSION:=2015-06-18 +PKG_VERSION:=2015-07-07 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:=8559df08db51a2e5fe056e6a1c07984e51068eaf +PKG_SOURCE_VERSION:=6f841e89dfe9200a6f3a2f93a9dd83f66f8ef550 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-$(PKG_SOURCE_VERSION).tar.gz CMAKE_INSTALL:=1 @@ -111,6 +111,7 @@ $(INSTALL_DIR) $(1)/sbin $(1)/etc $(1)/lib/functions $(INSTALL_BIN) $(PKG_INSTALL_DIR)/usr/sbin/{init,procd,askfirst,udevtrigger} $(1)/sbin/ + $(INSTALL_DATA) $(PKG_INSTALL_DIR)/usr/lib/libsetlbf.so $(1)/lib $(INSTALL_BIN) ./files/reload_config $(1)/sbin/ $(INSTALL_DATA) ./files/hotplug*.json $(1)/etc/ $(INSTALL_DATA) ./files/procd.sh $(1)/lib/functions/ _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
