From 9b482e9cb2aa988ed429941f3452285102b175d3 Mon Sep 17 00:00:00 2001 From: Rusty Lynch Date: Thu, 11 Jul 2013 11:15:03 -0700 Subject: [PATCH] Remove left over app2sd.manifest.in The last manifest fix did not remove the auto generated manifest, resulting in the old manifest overriding the new manifest Change-Id: I213fb188e1c3517848b0ef89b4701b242bcc6959 --- CMakeLists.txt | 2 -- app2sd.manifest.in | 15 --------------- packaging/app2sd.changes | 3 +++ 3 files changed, 3 insertions(+), 17 deletions(-) delete mode 100755 app2sd.manifest.in create mode 100644 packaging/app2sd.changes diff --git a/CMakeLists.txt b/CMakeLists.txt index c3485d5..cff815f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -46,8 +46,6 @@ TARGET_LINK_LIBRARIES(${APP2EXT} ${libpkgs_LDFLAGS}) SET(CMAKE_INSTALL_PREFIX "/usr") SET(PREFIX ${CMAKE_INSTALL_PREFIX}) -CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/app2sd.manifest.in ${CMAKE_BINARY_DIR}/app2sd.manifest @ONLY) - CONFIGURE_FILE(${CMAKE_SOURCE_DIR}/app2sd.pc.in ${CMAKE_BINARY_DIR}/app2sd.pc @ONLY) INSTALL(TARGETS ${APP2EXT} DESTINATION ${LIB_INSTALL_DIR} COMPONENT RuntimeLibraries) diff --git a/app2sd.manifest.in b/app2sd.manifest.in deleted file mode 100755 index 85d9892..0000000 --- a/app2sd.manifest.in +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - diff --git a/packaging/app2sd.changes b/packaging/app2sd.changes new file mode 100644 index 0000000..b91fe8f --- /dev/null +++ b/packaging/app2sd.changes @@ -0,0 +1,3 @@ +* Thu Jul 11 2013 Rusty Lynch accepted/tizen/20130710.221534@cf263b1 +- Remove left over app2sd.manifest.in + -- 2.7.4