summaryrefslogtreecommitdiffstats
path: root/service/other/event_library
diff options
context:
space:
mode:
authorShuhei AKETA <shuhei.aketa@woven-planet.global>2021-01-24 10:24:30 +0900
committerShuhei AKETA <shuhei.aketa@woven-planet.global>2021-01-24 10:24:30 +0900
commite9c50e0578cd045617f898e01cb51ec05ec7b014 (patch)
tree2de8f4a7d7e21305640830ba0d72832430eafe11 /service/other/event_library
parent326b7ba9dbf2762925551e7970836a2964107ec1 (diff)
Resolve libev.so conflicts
service/other/event_library/library/Makefile generates libev.so. libev.so is existing by meta-openembedded/meta-oe/recipes-connectivity/libev. Therefore, I renamed the libev.so generated by the Makefile to libbs_ev.so. Signed-off-by: Shuhei AKETA <shuhei.aketa@woven-planet.global> Change-Id: I5af26f44947ed1f0cdd170bd5dc0f9c3b2d71ad9
Diffstat (limited to 'service/other/event_library')
-rwxr-xr-xservice/other/event_library/library/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/service/other/event_library/library/Makefile b/service/other/event_library/library/Makefile
index 3127439..90acd43 100755
--- a/service/other/event_library/library/Makefile
+++ b/service/other/event_library/library/Makefile
@@ -14,8 +14,8 @@
# limitations under the License.
#
-INST_SHLIBS = libev
-libev_SRCS := src/ev_lib.c
+INST_SHLIBS = libbs_ev
+libbs_ev_SRCS := src/ev_lib.c
VPATH = ./src ./include/$(COMPONENT_NAME)/
INST_HEADERS = ev_lib.h event_library.h