diff options
author | Kitae Kim <kt920.kim@samsung.com> | 2013-03-20 15:05:13 +0900 |
---|---|---|
committer | Kitae Kim <kt920.kim@samsung.com> | 2013-03-20 15:05:13 +0900 |
commit | 6d849c5c3468b2919409aede077570c6b10460f7 (patch) | |
tree | 1b4be472864102f7272fb0cf92ee9b93f295754c /package | |
parent | fb2a4d22a2f97290d41b79a0f7ada968d8c6d144 (diff) | |
download | meta-emulator-tools-6d849c5c3468b2919409aede077570c6b10460f7.tar.gz meta-emulator-tools-6d849c5c3468b2919409aede077570c6b10460f7.tar.bz2 meta-emulator-tools-6d849c5c3468b2919409aede077570c6b10460f7.zip |
[Title] Added conflicts field in the package manifest.
[Desc.] The field is required to divide each platform version.
[Issue] N/A
Diffstat (limited to 'package')
-rw-r--r-- | package/pkginfo.manifest | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/pkginfo.manifest b/package/pkginfo.manifest index be21c16..3de2cdd 100644 --- a/package/pkginfo.manifest +++ b/package/pkginfo.manifest @@ -29,6 +29,7 @@ Label : x86 Platform Image OS : ubuntu-32, ubuntu-64, windows-32, windows-64, macos-64 Build-host-os : ubuntu-32 Install-dependency : emulator-image-2.1-x86 +Conflicts : tizen-2.0-emulator-image-x86 Source : meta-emulator-tools Description : Platform image provides the file system image of Tizen platform for Tizen x86 Emulator. Attribute : root |