diff options
author | Seonah Moon <seonah1.moon@samsung.com> | 2019-10-01 10:55:55 +0900 |
---|---|---|
committer | Seonah Moon <seonah1.moon@samsung.com> | 2019-10-01 10:56:09 +0900 |
commit | 6825289b9d1dfc10da38dd299cf27699e9052f12 (patch) | |
tree | 7e685d1965e9785081351535db22d0cb475ee924 | |
parent | 0d723b65f467713bad33145726db06e4b7a35f8a (diff) | |
download | meta-mobile-6825289b9d1dfc10da38dd299cf27699e9052f12.tar.gz meta-mobile-6825289b9d1dfc10da38dd299cf27699e9052f12.tar.bz2 meta-mobile-6825289b9d1dfc10da38dd299cf27699e9052f12.zip |
[TRE-2259] Remove capi-network-wifi
Change-Id: Ib6db15629bc6e797d678a95239dd1ec2260a87cc
-rw-r--r-- | patterns/mobile-adaptation-tm2.yaml | 1 | ||||
-rw-r--r-- | patterns/mobile-headless.yaml | 3 |
2 files changed, 1 insertions, 3 deletions
diff --git a/patterns/mobile-adaptation-tm2.yaml b/patterns/mobile-adaptation-tm2.yaml index ee79da6..1d26019 100644 --- a/patterns/mobile-adaptation-tm2.yaml +++ b/patterns/mobile-adaptation-tm2.yaml @@ -27,7 +27,6 @@ Packages: - ug-nfc-efl # Connectivity Framework Packages - capi-network-mtp -- capi-network-wifi - libmtp - mtp-initiator - mtp-responder diff --git a/patterns/mobile-headless.yaml b/patterns/mobile-headless.yaml index fe0571f..61eb575 100644 --- a/patterns/mobile-headless.yaml +++ b/patterns/mobile-headless.yaml @@ -40,7 +40,6 @@ Packages: - vconf-internal-keys - vconf-internal-keys-config-profile_mobile #### netowrk #### -- capi-network-wifi - capi-network-wifi-manager - connman - net-config @@ -59,4 +58,4 @@ Packages: #### user session #### - gum-utils - tlm -- tlm-config-common-singleseat
\ No newline at end of file +- tlm-config-common-singleseat |