diff options
author | Joonsub Lee <joon-sub.lee@samsung.com> | 2018-09-18 17:23:28 +0900 |
---|---|---|
committer | Joonsub Lee <joon-sub.lee@samsung.com> | 2018-09-18 17:23:28 +0900 |
commit | c580ddfd4ffa5f2c534e16f7deca9cb17aceed8c (patch) | |
tree | 11056c5319183f1609fa1c8ad4bdae7032fecf8b | |
parent | b21ed0b03d6f0fcf84cf22fb65dd074b564b183e (diff) | |
download | meta-mobile-c580ddfd4ffa5f2c534e16f7deca9cb17aceed8c.tar.gz meta-mobile-c580ddfd4ffa5f2c534e16f7deca9cb17aceed8c.tar.bz2 meta-mobile-c580ddfd4ffa5f2c534e16f7deca9cb17aceed8c.zip |
Fix mistypo: Moblile -> Mobilesubmit/tizen/20180918.094115accepted/tizen/unified/20180918.152338
Change-Id: Iaa5c15c0f68f70fcaf01a92c483932185a52ccaf
-rw-r--r-- | ks/mobile-wayland-armv7l-tm1.yaml | 2 | ||||
-rwxr-xr-x | mobile.yaml | 4 | ||||
-rw-r--r-- | patterns/mobile-dotnet-runtime.yaml | 6 | ||||
-rw-r--r-- | patterns/mobile-dotnet-tm2.yaml | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/ks/mobile-wayland-armv7l-tm1.yaml b/ks/mobile-wayland-armv7l-tm1.yaml index bfb084b..94ead03 100644 --- a/ks/mobile-wayland-armv7l-tm1.yaml +++ b/ks/mobile-wayland-armv7l-tm1.yaml @@ -14,7 +14,7 @@ Repos: Groups: - Mobile Adaptation TM1 - Mobile dotNet - - Moblile dotNet Runtime + - Mobile dotNet Runtime PostScripts: - mobile-adaptation-tm1 ExtraPackages: diff --git a/mobile.yaml b/mobile.yaml index 8f6383e..f2c2ebb 100755 --- a/mobile.yaml +++ b/mobile.yaml @@ -159,7 +159,7 @@ Emulator32-wayland: - Mobile Web Framework - Mobile Telephony - Mobile dotNet emul - - Moblile dotNet Runtime + - Mobile dotNet Runtime PostScripts: - generic-base - generic-users @@ -203,7 +203,7 @@ Emulator64-wayland: - Mobile Web Framework - Mobile Telephony - Mobile dotNet emul - - Moblile dotNet Runtime + - Mobile dotNet Runtime PostScripts: - generic-base - generic-users diff --git a/patterns/mobile-dotnet-runtime.yaml b/patterns/mobile-dotnet-runtime.yaml index 3f571d3..b0d3adb 100644 --- a/patterns/mobile-dotnet-runtime.yaml +++ b/patterns/mobile-dotnet-runtime.yaml @@ -1,9 +1,9 @@ -Summary: Moblile dotNet Runtime -Description: Moblile dotNet Runtime +Summary: Mobile dotNet Runtime +Description: Mobile dotNet Runtime Name: mobile-dotnet-runtime Packages: - coreclr - coreclr-extra - corefx-managed - corefx-native -- mscorlib
\ No newline at end of file +- mscorlib diff --git a/patterns/mobile-dotnet-tm2.yaml b/patterns/mobile-dotnet-tm2.yaml index bac0b75..754d54c 100644 --- a/patterns/mobile-dotnet-tm2.yaml +++ b/patterns/mobile-dotnet-tm2.yaml @@ -1,5 +1,5 @@ -Summary: Moblile dotNet TM2 -Description: Moblile dotNet TM2 +Summary: Mobile dotNet TM2 +Description: Mobile dotNet TM2 Name: mobile-dotnet-tm2 Packages: - csapi-tizenfx |