diff options
author | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-01-31 16:34:44 +0900 |
---|---|---|
committer | MyungJoo Ham <myungjoo.ham@samsung.com> | 2017-01-31 16:42:56 +0900 |
commit | 8a3751eb8ad8b76bf4c1d4d1965225140b13449c (patch) | |
tree | 7b88f015a2ebaf1d8b32aded025d5155f3c2accb | |
parent | c74ee862c3b6f8aa6fa82277d01bbda1a2f24e8c (diff) | |
download | test-sandbox/mzx/building-blocks.tar.gz test-sandbox/mzx/building-blocks.tar.bz2 test-sandbox/mzx/building-blocks.zip |
Add more examplessandbox/mzx/building-blocks
Change-Id: I85fa82d76f4ea7afe91e610ff92cd1a91f6805bf
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
-rw-r--r-- | packaging/building-blocks.spec | 22 |
1 files changed, 19 insertions, 3 deletions
diff --git a/packaging/building-blocks.spec b/packaging/building-blocks.spec index 013c1b0d..c00d0003 100644 --- a/packaging/building-blocks.spec +++ b/packaging/building-blocks.spec @@ -9,6 +9,7 @@ Source0: %{name}-%{version}.tar.gz Suggests: %{name}-root-Headless Suggests: %{name}-root-Kernel +Suggests: %{name}-root-UI %description The root of all Tizen building block meta packages. @@ -27,6 +28,7 @@ Summary: Enable Tizen Headless Device Conflicts: efl Conflicts: wayland Requires: %{name}-sub1-Headless-Minimal +Suggests: %{name}-sub1-Headless-Network %description root-Headless Enableing this means that you are going to create Tizen headless device. This disables all display depending packages. @@ -40,6 +42,20 @@ Requires: systemd Include minimal set of packages for headless. %files sub1-Headless-Minimal +%package sub1-Headless-Network +Summary: Headless Network Packages +Requires: wpa-supplicant +Suggests: bluez +%description sub1-Headless-Network +Include network packages for headless. + +%package root-UI +Summary: UI Related Packages +Requires: efl +Requires: wayland +%description root-UI +UI Frameworks of Tizen + # Note to S-Core # 1. How are you going to make "Radio Button" UI for "choose one among these" case? @@ -47,9 +63,9 @@ Include minimal set of packages for headless. # 2. How are you going to support Requires/Suggests on virtual packages? %package root-Kernel Summary: Linux Kernel -Requires: linux-kernel >= 3.10 -Suggests: arm64-tm2-linux-kernel -Suggests: arm-odroidxu3-linux-kernel +Suggests: arm64-tm2-linux-kernel >= 3.10 +Suggests: arm-odroidxu3-linux-kernel >= 3.10 +Suggests: linux-kernel >= 3.10 %description root-Kernel Include Linux Kernel in the Platform Image |