From: Kitae Kim Date: Fri, 7 Dec 2012 07:40:51 +0000 (+0900) Subject: package: package version up. X-Git-Tag: Tizen_Studio_1.3_Release_p2.3.1~1305 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3560fa4f20915561d40dfe4991d2523c90832825;p=sdk%2Femulator%2Fqemu.git package: package version up. wrong argument was passed into emulator configure on ubuntu-32 Signed-off-by: Kitae Kim --- diff --git a/package/build.ubuntu-32 b/package/build.ubuntu-32 index 5140098f24..a8dccf0e11 100755 --- a/package/build.ubuntu-32 +++ b/package/build.ubuntu-32 @@ -30,7 +30,7 @@ prepare() build() { cd $SRCDIR/tizen/ - ./emulator_configure.sh arm + ./emulator_configure.sh make all_dibs if [ $? -eq 0 ] then diff --git a/package/changelog b/package/changelog index dada02cc2d..659d89a6bd 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.4.20 +- wrong argument was passed into emulator configure. +== Kitae Kim 2012-12-07 * 1.4.19 - wrong size of qemu package has been uploaded in the previous package. == Kitae Kim 2012-12-07 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 388a93bbaf..d3be79b34b 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.4.19 +Version: 1.4.20 Maintainer: Yeong-Kyoon Lee Source: emulator