Remove left over app2sd.manifest.in 52/5652/1 accepted/tizen/ivi/genivi tizen_ivi_genivi accepted/tizen/20130711.181254 accepted/tizen/20130912.081908 accepted/tizen/20130912.083439 accepted/tizen/20130912.093813 accepted/tizen/ivi/genivi/20140131.055959 ivi_oct_m2 submit/tizen/20130711.181813 submit/tizen/20130912.075537 submit/tizen_ivi_genivi/20140131.060219
authorRusty Lynch <rusty.lynch@intel.com>
Thu, 11 Jul 2013 18:15:03 +0000 (11:15 -0700)
committerRusty Lynch <rusty.lynch@intel.com>
Thu, 11 Jul 2013 18:16:49 +0000 (11:16 -0700)
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
app2sd.manifest.in [deleted file]
packaging/app2sd.changes [new file with mode: 0644]

index c3485d5..cff815f 100755 (executable)
@@ -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 (executable)
index 85d9892..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-<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>
diff --git a/packaging/app2sd.changes b/packaging/app2sd.changes
new file mode 100644 (file)
index 0000000..b91fe8f
--- /dev/null
@@ -0,0 +1,3 @@
+* Thu Jul 11 2013 Rusty Lynch <rusty.lynch@intel.com> accepted/tizen/20130710.221534@cf263b1
+- Remove left over app2sd.manifest.in
+