summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-30 15:25:29 +0900
committerRiku Nomoto <riku_nomoto@mail.toyota.co.jp>2020-12-30 16:34:32 +0900
commitb852ab28854769b90e68a474d479fcde33e5b950 (patch)
treee46f22e91fce76e67ba0a3c56adbd888992af71c
parent2398c899d37acd18ba13304460d3248b3ada3e09 (diff)
Changed version.txt to be installed by notification_persistent_service instead of agl-basefiles.
The version.txt is only used by notification_persistent_service. Therefore, I moved version.txt. Signed-off-by: Riku Nomoto <riku_nomoto@mail.toyota.co.jp> Change-Id: I9efde01410635733b5263d14c987d0900fb037e8
-rwxr-xr-xservice/native/notification_persistent_service/server/Makefile4
-rw-r--r--service/native/notification_persistent_service/server/version.txt (renamed from agl-basefiles/BS/ns/npp/rwdata/version.txt)0
2 files changed, 4 insertions, 0 deletions
diff --git a/service/native/notification_persistent_service/server/Makefile b/service/native/notification_persistent_service/server/Makefile
index b5b80cb..44517ea 100755
--- a/service/native/notification_persistent_service/server/Makefile
+++ b/service/native/notification_persistent_service/server/Makefile
@@ -82,6 +82,10 @@ LDLIBS += -Wl,-Bdynamic -lPosixBasedOS001legacy #-lPosixBasedOS001ClockCycleApi
LINK_CXX=Y
+install-data:
+ install -d 755 $(DESTDIR)/var/local/lib/basesystem/nv/BS/ns/npp/rwdata
+ install -m 644 ./version.txt $(DESTDIR)/var/local/lib/basesystem/nv/BS/ns/npp/rwdata
+
######### add library path #############
include ../../native_service.mk
diff --git a/agl-basefiles/BS/ns/npp/rwdata/version.txt b/service/native/notification_persistent_service/server/version.txt
index d00491f..d00491f 100644
--- a/agl-basefiles/BS/ns/npp/rwdata/version.txt
+++ b/service/native/notification_persistent_service/server/version.txt