From 3560fa4f20915561d40dfe4991d2523c90832825 Mon Sep 17 00:00:00 2001 From: Kitae Kim Date: Fri, 7 Dec 2012 16:40:51 +0900 Subject: [PATCH] package: package version up. wrong argument was passed into emulator configure on ubuntu-32 Signed-off-by: Kitae Kim --- package/build.ubuntu-32 | 2 +- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) 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 -- 2.34.1