The last manifest fix did not remove the auto generated manifest,
resulting in the old manifest overriding the new manifest
Change-Id: I213fb188e1c3517848b0ef89b4701b242bcc6959
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)
+++ /dev/null
-<manifest>
- <define>
- <domain name="app2sd"/>
- </define>
- <request>
- <domain name="app2sd"/>
- </request>
- <assign>
- <filesystem path="@LIB_INSTALL_DIR@/libapp2ext.so.0" label="_"/>
- <filesystem path="@LIB_INSTALL_DIR@/libapp2ext.so.0.4.2" label="_"/>
- <filesystem path="@LIB_INSTALL_DIR@/libapp2sd.so" label="_"/>
- <filesystem path="@LIB_INSTALL_DIR@/libapp2sd.so.0" label="_"/>
- <filesystem path="@LIB_INSTALL_DIR@/libapp2sd.so.0.4.2" label="_"/>
- </assign>
-</manifest>
--- /dev/null
+* Thu Jul 11 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130710.221534@cf263b1
+- Remove left over app2sd.manifest.in
+