Modify multilib_aggregate's source package name for glibc 93/124693/2
authorDongkyun, Son <dongkyun.s@samsung.com>
Wed, 12 Apr 2017 06:39:13 +0000 (15:39 +0900)
committerDongkyun Son <dongkyun.s@samsung.com>
Wed, 12 Apr 2017 07:57:54 +0000 (00:57 -0700)
'linaro-glibc' package needs to be renamed to 'glibc' for Tizen:Base.
* 'linaro-glibc' is based on linaro glibc 2.20 and will be removed from Tizen:Base
* 'glibc' is based on FSF glibc 2.24 and will be added to Tizen:Base

Change-Id: Id603f5017421da9eff9fcfc651635d9ae9211520
Signed-off-by: Dongkyun, Son <dongkyun.s@samsung.com>
Tizen:Base/multilib_aggregate/_aggregate

index 9054c61..ff4fdcd 100644 (file)
@@ -1,6 +1,6 @@
 <aggregatelist>
   <aggregate project="Tizen:Base">
-    <package>linaro-glibc</package>
+    <package>glibc</package>
     <binary>glibc-32bit</binary>
     <binary>glibc-devel-32bit</binary>
     <repository source="ia32" target="x86_64"/>
@@ -14,7 +14,7 @@
     <repository source="emulator64" target="emulator32"/>
   </aggregate>
   <aggregate project="Tizen:Base">
-    <package>linaro-glibc</package>
+    <package>glibc</package>
     <binary>glibc-64bit</binary>
     <repository source="x86_64" target="ia32"/>
     <repository source="emulator64" target="emulator32"/>