meta-tizen: Remove sed on unexisting file
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Mon, 28 Jul 2014 09:43:14 +0000 (11:43 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:21:35 +0000 (09:21 -0800)
File security-manager.pc.in has been removed.

Change-Id: Ie06ed8f1483dc3ffdcb4c869f308d14986053f78
(From meta-tizen rev: 1f4578999e2fd8b793b6f59a39bf9dd986df2cbf)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/recipes-tizen/security-server/security-server-extraconf.inc

index 03941ab..579e417 100644 (file)
@@ -14,7 +14,7 @@ do_configure_prepend() {
     find ${S} -name "CMakeLists.txt" -exec sed -i 's!\${INCLUDE_INSTALL_DIR}!/usr/include!g' {} \;
 
     # Replace macros that aren't automatically expanded
-    sed -i 's!@LIB_INSTALL_DIR@!${prefix}/lib!g' ${S}/build/security-server/security-server.pc.in ${S}/build/security-manager/security-manager.pc.in
+    sed -i 's!@LIB_INSTALL_DIR@!${prefix}/lib!g' ${S}/build/security-server/security-server.pc.in
 }
 
 CXXFLAGS += "-std=c++11"