diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-03-15 11:55:34 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2016-03-15 12:10:03 +0900 |
commit | 8157b98eb6f4d664499a092628487a4f6af50340 (patch) | |
tree | fde494d88af760074367dbcfc885db15699c32c1 | |
parent | 59452a835405972aea084a76f5f8806972a40d9d (diff) | |
download | meta-mobile-8157b98eb6f4d664499a092628487a4f6af50340.tar.gz meta-mobile-8157b98eb6f4d664499a092628487a4f6af50340.tar.bz2 meta-mobile-8157b98eb6f4d664499a092628487a4f6af50340.zip |
[TINF-1296/1367] Adjust package groups and remove Wayland Temp groupsubmit/tizen_mobile/20160315.031934accepted/tizen/mobile/20160315.040149
Change-Id: Icd51932496193b6840b771979539119c10656400
Signed-off-by: Joonsub Lee <joon-sub.lee@samsung.com>
-rw-r--r-- | mobile.yaml | 4 | ||||
-rw-r--r-- | patterns/mobile-middleware.yaml | 7 | ||||
-rw-r--r-- | patterns/mobile-multimedia-emulator.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-multimedia-target.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-wayland-temp.yaml | 9 | ||||
-rw-r--r-- | patterns/mobile-wayland.yaml | 2 |
6 files changed, 10 insertions, 14 deletions
diff --git a/mobile.yaml b/mobile.yaml index 5d36c83..ee4deb0 100644 --- a/mobile.yaml +++ b/mobile.yaml @@ -51,7 +51,6 @@ Wayland: - Mobile Packaging - Mobile Adaptation - Mobile Wayland - - Mobile Wayland Temp - Mobile Middleware - Mobile Applications - Generic Multimedia @@ -93,7 +92,6 @@ Wayland-64: - Mobile Packaging - Mobile Adaptation - Mobile Wayland - - Mobile Wayland Temp - Mobile Middleware - Mobile Applications - Generic Multimedia @@ -136,7 +134,6 @@ Emulator32-wayland: - Mobile Adaptation - Generic Adaptation - Mobile Wayland - - Mobile Wayland Temp - Mobile Middleware - Mobile Applications - Generic Multimedia @@ -179,7 +176,6 @@ Emulator64-wayland: - Mobile Adaptation - Generic Adaptation - Mobile Wayland - - Mobile Wayland Temp - Mobile Middleware - Mobile Applications - Generic Multimedia diff --git a/patterns/mobile-middleware.yaml b/patterns/mobile-middleware.yaml index bdbe8cb..26dc7e0 100644 --- a/patterns/mobile-middleware.yaml +++ b/patterns/mobile-middleware.yaml @@ -101,3 +101,10 @@ Packages: - auth-fw - libauth-fw-client - libauth-fw-client-admin +- libjson-glib +- ui-gadget-1 +- libboost_program_options1_57_0 +- libboost_regex1_57_0 +- libboost_date_time1_57_0 +- capi-appfw-package-manager +- capi-system-device
\ No newline at end of file diff --git a/patterns/mobile-multimedia-emulator.yaml b/patterns/mobile-multimedia-emulator.yaml index 05cbc81..edbff5e 100644 --- a/patterns/mobile-multimedia-emulator.yaml +++ b/patterns/mobile-multimedia-emulator.yaml @@ -10,6 +10,7 @@ Packages: - libmm-sound - libmm-player - capi-media-player +- mmsvc-player - capi-media-camera - capi-media-tool - gst-plugins-tizen diff --git a/patterns/mobile-multimedia-target.yaml b/patterns/mobile-multimedia-target.yaml index 451d4a0..f1fbc75 100644 --- a/patterns/mobile-multimedia-target.yaml +++ b/patterns/mobile-multimedia-target.yaml @@ -10,6 +10,7 @@ Packages: - libmm-sound - libmm-player - capi-media-player +- mmsvc-player - capi-media-camera - capi-media-tool - gst-plugins-tizen diff --git a/patterns/mobile-wayland-temp.yaml b/patterns/mobile-wayland-temp.yaml deleted file mode 100644 index 25bca2a..0000000 --- a/patterns/mobile-wayland-temp.yaml +++ /dev/null @@ -1,9 +0,0 @@ -Summary: Mobile Wayland Temp -Description: Mobile Wayland Temp -Name: mobile-wayland-temp -Packages: -- capi-appfw-package-manager -- capi-system-device -- libboost_program_options1_57_0 -- libjson-glib -- ui-gadget-1 diff --git a/patterns/mobile-wayland.yaml b/patterns/mobile-wayland.yaml index 8d39d25..09b51e7 100644 --- a/patterns/mobile-wayland.yaml +++ b/patterns/mobile-wayland.yaml @@ -3,4 +3,4 @@ Description: Mobile Wayland Name: mobile-wayland Packages: - libwayland-tbm-client -- libwayland-tbm-server +- libwayland-tbm-server
\ No newline at end of file |