Bump buidlroot version to 2018.02.6
This commit is contained in:
@@ -1,23 +1,28 @@
|
||||
Install server and client examples
|
||||
From aa4aea68a9d2a38fabb5ae8e5a0d05dfd7bcf907 Mon Sep 17 00:00:00 2001
|
||||
From: Rahul Jain <Rahul.Jain@imgtec.com>
|
||||
Date: Fri, 24 Mar 2017 18:03:24 +0530
|
||||
Subject: [PATCH] Install server and client examples
|
||||
|
||||
Signed-off-by: Sergio Prado <sergio.prado@e-labworks.com>
|
||||
Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com>
|
||||
[Rahul Jain: rebase the patch on latest version]
|
||||
---
|
||||
examples/CMakeLists.txt | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
|
||||
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt
|
||||
index 0279f6e66b50..2f8f4e026e20 100644
|
||||
index 81f9997..38f153f 100644
|
||||
--- a/examples/CMakeLists.txt
|
||||
+++ b/examples/CMakeLists.txt
|
||||
@@ -9,4 +9,8 @@ IF (BUILD_EXAMPLES)
|
||||
|
||||
ADD_EXECUTABLE(client client.c count.c)
|
||||
TARGET_LINK_LIBRARIES(client ubus ubox)
|
||||
TARGET_LINK_LIBRARIES(client ubus ${ubox_library})
|
||||
+
|
||||
+ INSTALL(TARGETS server client
|
||||
+ RUNTIME DESTINATION sbin
|
||||
+ RUNTIME DESTINATION sbin
|
||||
+ )
|
||||
ENDIF()
|
||||
--
|
||||
1.9.1
|
||||
2.6.2
|
||||
|
||||
|
||||
@@ -4,19 +4,20 @@ comment "ubus needs a toolchain w/ dynamic library"
|
||||
|
||||
config BR2_PACKAGE_UBUS
|
||||
bool "ubus"
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
select BR2_PACKAGE_JSON_C
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4 # json-c
|
||||
depends on !BR2_STATIC_LIBS # libubox
|
||||
select BR2_PACKAGE_LIBUBOX
|
||||
select BR2_PACKAGE_JSON_C
|
||||
help
|
||||
IPC/RPC bus that allows communication between processes.
|
||||
|
||||
It consists of few parts including a daemon (ubusd), a library
|
||||
(libubus) and a command line interface (ubus). Although created
|
||||
for the OpenWRT project, it can be used as a general IPC/RPC
|
||||
mechanism in other projects.
|
||||
It consists of few parts including a daemon (ubusd), a
|
||||
library (libubus) and a command line interface
|
||||
(ubus). Although created for the OpenWRT project, it can be
|
||||
used as a general IPC/RPC mechanism in other projects.
|
||||
|
||||
* Select BR2_PACKAGE_LUA_5_1 if you want to have Lua support.
|
||||
* Select BR2_PACKAGE_LUA_5_1 if you want to have Lua
|
||||
support.
|
||||
|
||||
https://wiki.openwrt.org/doc/techref/ubus
|
||||
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
# No hash for this git snapshot
|
||||
none xxx ubus-259450f414d8c9ee41896e8e6d6bc57ec00e2b63.tar.gz
|
||||
# Locally calculated
|
||||
sha256 93ef2612853641ca8d16d07527115c72ed03f8eaa1c727a01b069a4e814247c0 ubus-34c6e818e431cc53478a0f7c7c1eca07d194d692.tar.gz
|
||||
|
||||
@@ -4,10 +4,10 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
UBUS_VERSION = 259450f414d8c9ee41896e8e6d6bc57ec00e2b63
|
||||
UBUS_VERSION = 34c6e818e431cc53478a0f7c7c1eca07d194d692
|
||||
UBUS_SITE = git://git.openwrt.org/project/ubus.git
|
||||
|
||||
UBUS_LICENSE = LGPLv2.1
|
||||
UBUS_LICENSE = LGPL-2.1
|
||||
UBUS_LICENSE_FILES = ubusd_acl.h
|
||||
|
||||
UBUS_INSTALL_STAGING = YES
|
||||
|
||||
Reference in New Issue
Block a user