[Title] Added build script - dependency
authorgyeongseok.seo <gyeongseok.seo@samsung.com>
Mon, 5 Nov 2012 09:11:56 +0000 (18:11 +0900)
committergyeongseok.seo <gyeongseok.seo@samsung.com>
Mon, 5 Nov 2012 09:11:56 +0000 (18:11 +0900)
[Desc.] dependency (org.tizen.common.sign)
[Issue] cli sign build error

Change-Id: I7a3e49bbe77b7f76fc7c24618a909fe1b6d81e65

package/build.ubuntu-32
package/build.ubuntu-64

index a463f9f..1057606 100755 (executable)
@@ -26,6 +26,10 @@ build()
        cp $SRC $LIB
        jar -xvf $SRC lib
 
+       SRC=`find $ROOTDIR -name "org.tizen.common.sign_*" | head -1`
+       cp $SRC $LIB
+       jar -xvf $SRC lib
+
        SRC=`find $ROOTDIR -name "org.tizen.web.common_*" | head -1`
        cp $SRC $LIB
 
index a463f9f..1057606 100755 (executable)
@@ -26,6 +26,10 @@ build()
        cp $SRC $LIB
        jar -xvf $SRC lib
 
+       SRC=`find $ROOTDIR -name "org.tizen.common.sign_*" | head -1`
+       cp $SRC $LIB
+       jar -xvf $SRC lib
+
        SRC=`find $ROOTDIR -name "org.tizen.web.common_*" | head -1`
        cp $SRC $LIB