diff options
author | shuai.fu <shuai01.fu@samsung.com> | 2016-10-12 10:28:14 +0800 |
---|---|---|
committer | SoonKyu Park <sk7.park@samsung.com> | 2016-12-28 22:21:42 +0900 |
commit | 511d2f15a73de77b46eda7feb4c6c47371c99e7d (patch) | |
tree | d07f7cf18edb9c3b9d6680d17afd4c74f83d20a0 | |
parent | 5a9afc5f8f00e9f1d1f99159e3943240400bdfbd (diff) | |
download | qemu-arm-static-511d2f15a73de77b46eda7feb4c6c47371c99e7d.tar.gz qemu-arm-static-511d2f15a73de77b46eda7feb4c6c47371c99e7d.tar.bz2 qemu-arm-static-511d2f15a73de77b46eda7feb4c6c47371c99e7d.zip |
Add depands packae qemu
Change-Id: Ie503aa2be32dd2303c81f51c500f5ea8b1b1ce59
Signed-off-by: shuai.fu <shuai01.fu@samsung.com>
-rw-r--r-- | COPYING | 1 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rw-r--r-- | packaging/qemu-arm-static.spec | 4 |
3 files changed, 6 insertions, 1 deletions
@@ -8,6 +8,7 @@ Preamble + The licenses for most software are designed to take away your freedom to share and change it. By contrast, the GNU General Public License is intended to guarantee your freedom to share and change free diff --git a/debian/control b/debian/control index 1277c53a3..b2950682d 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 4.0.0), dpatch, cdbs, pkg-config, python, bzip2, uu Package: qemu-arm-static Architecture: i386 amd64 -Depends: bzip2, uuid-dev, zlib1g-dev, zlib1g, texi2html, libc6 +Depends: bzip2, uuid-dev, zlib1g-dev, zlib1g, texi2html, libc6, qemu Replaces: qemu-user-static Provides: tizen-qemu-arm-static-2013.12.12 Description: QEMU is an extremely well-performing CPU emulator that allows you to choose between simulating an entire system and running userspace binaries for different architectures under your native operating system. It currently emulates x86, ARM, PowerPC and SPARC CPUs as well as PC and PowerMac systems. diff --git a/packaging/qemu-arm-static.spec b/packaging/qemu-arm-static.spec index ed2e4881d..0a22931c6 100644 --- a/packaging/qemu-arm-static.spec +++ b/packaging/qemu-arm-static.spec @@ -44,7 +44,11 @@ BuildRequires: glibc-static BuildRequires: glib2-static BuildRequires: zlib-static %endif +%if 0%{?centos_version} == 600 +%else +Requires: qemu +%endif Provides: qemu:%_bindir/qemu-arm-static Provides: tizen-qemu-arm-static = 2013.12.12 |