From b852ab28854769b90e68a474d479fcde33e5b950 Mon Sep 17 00:00:00 2001 From: Riku Nomoto Date: Wed, 30 Dec 2020 15:25:29 +0900 Subject: 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 Change-Id: I9efde01410635733b5263d14c987d0900fb037e8 --- agl-basefiles/BS/ns/npp/rwdata/version.txt | 1 - service/native/notification_persistent_service/server/Makefile | 4 ++++ service/native/notification_persistent_service/server/version.txt | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 agl-basefiles/BS/ns/npp/rwdata/version.txt create mode 100644 service/native/notification_persistent_service/server/version.txt diff --git a/agl-basefiles/BS/ns/npp/rwdata/version.txt b/agl-basefiles/BS/ns/npp/rwdata/version.txt deleted file mode 100644 index d00491f..0000000 --- a/agl-basefiles/BS/ns/npp/rwdata/version.txt +++ /dev/null @@ -1 +0,0 @@ -1 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/service/native/notification_persistent_service/server/version.txt b/service/native/notification_persistent_service/server/version.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/service/native/notification_persistent_service/server/version.txt @@ -0,0 +1 @@ +1 -- cgit 1.2.3-korg