summaryrefslogtreecommitdiffstats
path: root/package/ubus/0001-Install-server-and-client-examples.patch
diff options
context:
space:
mode:
authorRahul Jain <Rahul.Jain@imgtec.com>2017-03-24 18:19:51 +0530
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-25 15:11:32 +0100
commit130be80d34905d3e79ff6b8f8fb31b3c3765eb96 (patch)
tree3dae627b6aab7ac7b1f2272b126c98afd15c23de /package/ubus/0001-Install-server-and-client-examples.patch
parentbdf31bb5e58c223851c3e0238926db9194748894 (diff)
downloadbuildroot-130be80d34905d3e79ff6b8f8fb31b3c3765eb96.tar.gz
buildroot-130be80d34905d3e79ff6b8f8fb31b3c3765eb96.zip
ubus: bump version
rebase 0001-Install-server-and-client-examples patch on latest version. Signed-off-by: Rahul Jain <Rahul.Jain@imgtec.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/ubus/0001-Install-server-and-client-examples.patch')
-rw-r--r--package/ubus/0001-Install-server-and-client-examples.patch15
1 files changed, 10 insertions, 5 deletions
diff --git a/package/ubus/0001-Install-server-and-client-examples.patch b/package/ubus/0001-Install-server-and-client-examples.patch
index 0ee4d3e64f..5c985d8cd5 100644
--- a/package/ubus/0001-Install-server-and-client-examples.patch
+++ b/package/ubus/0001-Install-server-and-client-examples.patch
@@ -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
OpenPOWER on IntegriCloud