From 943455cee7e33098c4de0b34a8e845c85d2cacd3 Mon Sep 17 00:00:00 2001 From: Sangjin Kim Date: Thu, 21 Mar 2013 18:34:21 +0900 Subject: [PATCH] Fix dibs build error. Signed-off-by: Sangjin Kim --- package/changelog | 3 +++ package/pkginfo.manifest | 2 +- tizen/src/Makefile | 12 ++++++------ 3 files changed, 10 insertions(+), 7 deletions(-) diff --git a/package/changelog b/package/changelog index 993f71c..2cbb669 100644 --- a/package/changelog +++ b/package/changelog @@ -1,3 +1,6 @@ +* 1.5.15 +- Fix dibs build error. +== Sangjin Kim 2013-03-21 * 1.5.14 - Generate check-gl binary to use at an emulator-manager. == Sangjin Kim 2013-03-21 diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index 3ab5cb4..7d9adb1 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -1,4 +1,4 @@ -Version: 1.5.14 +Version: 1.5.15 Maintainer: Yeong-Kyoon Lee Source: emulator diff --git a/tizen/src/Makefile b/tizen/src/Makefile index c1a5acc..57d91f0 100755 --- a/tizen/src/Makefile +++ b/tizen/src/Makefile @@ -101,16 +101,16 @@ endif cp skin/client/emulator-skin.jar $(EMUL_DIR)/bin ifdef CONFIG_WIN32 - cp ../../i386-softmmu/check-gl.exe $(EMUL_DIR)/bin/ + cp ../../i386-softmmu/check-gl.exe $(EMUL_DIR)/bin cp check-hax.exe $(EMUL_DIR)/bin endif ifdef CONFIG_DARWIN - cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin/ + cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin cp check-hax $(EMUL_DIR)/bin cp sdbscript $(EMUL_DIR)/bin endif ifdef CONFIG_LINUX - cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin/ + cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin cp -pPr ../distrib/initscript/tizen-kvm $(EMUL_DIR)/etc cp -pPr ../distrib/initscript/45-tizen-kvm.rules $(EMUL_DIR)/etc endif @@ -204,17 +204,17 @@ endif cp skin/client/emulator-skin.jar $(DIBS_COMMON_DIR)/bin ifdef CONFIG_WIN32 - cp ../../i386-softmmu/check-gl.exe $(EMUL_DIR)/bin/ + cp ../../i386-softmmu/check-gl.exe $(DIBS_COMMONL_DIR)/bin cp check-hax.exe $(DIBS_COMMON_DIR)/bin endif ifdef CONFIG_DARWIN - cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin/ + cp ../../i386-softmmu/check-gl $(DIBS_COMMON_DIR)/bin cp check-hax $(DIBS_COMMON_DIR)/bin cp sdbscript $(DIBS_COMMON_DIR)/bin endif ifdef CONFIG_LINUX - cp ../../i386-softmmu/check-gl $(EMUL_DIR)/bin/ + cp ../../i386-softmmu/check-gl $(DIBS_COMMON_DIR)/bin echo "Copying tizen-kvm to $(DIBS_X86_DIR)/etc" cp -pPr ../distrib/initscript/tizen-kvm $(DIBS_X86_DIR)/etc cp -pPr ../distrib/initscript/45-tizen-kvm.rules $(DIBS_X86_DIR)/etc -- 2.7.4