Update Tizen 5.0 and Unified files 00/215500/1
authortcshin93 <tc93.shin@samsung.com>
Thu, 10 Oct 2019 00:34:03 +0000 (09:34 +0900)
committertcshin93 <tc93.shin@samsung.com>
Thu, 10 Oct 2019 00:34:03 +0000 (09:34 +0900)
Change-Id: I4c335fd45878263f67b4b354c1ca73b75b14d713

21 files changed:
Tizen:5.0:Base/_meta
Tizen:Base/_config
Tizen:Base/_meta
Tizen:Base/python3-lxml/_link [new file with mode: 0644]
Tizen:Base/python3-ply/_link [new file with mode: 0644]
Tizen:Base/python3-setuptools/_link [new file with mode: 0644]
Tizen:Base/python3-six/_link [new file with mode: 0644]
Tizen:Unified/_config
Tizen:Unified/_meta
Tizen:Unified/device-certificate-manager-backend-kse/_link [new file with mode: 0644]
Tizen:Unified/python3-MarkupSafe/_link [new file with mode: 0644]
Tizen:Unified/python3-argparse/_link [new file with mode: 0644]
Tizen:Unified/python3-funcsigs/_link [new file with mode: 0644]
Tizen:Unified/python3-linecache2/_link [new file with mode: 0644]
Tizen:Unified/python3-mako/_link [new file with mode: 0644]
Tizen:Unified/python3-mock/_link [new file with mode: 0644]
Tizen:Unified/python3-nose/_link [new file with mode: 0644]
Tizen:Unified/python3-pbr/_link [new file with mode: 0644]
Tizen:Unified/python3-traceback2/_link [new file with mode: 0644]
Tizen:Unified/python3-unittest2/_link [new file with mode: 0644]
Tizen:Unified/u-boot-rpi3-32b/_link [new file with mode: 0644]

index 1daf53e..508a7d9 100644 (file)
@@ -6,7 +6,6 @@
   <person userid="dnxowls" role="maintainer"/>
   <person userid="gagarin" role="maintainer"/>
   <person userid="hglee" role="maintainer"/>
-  <person userid="jintaeson" role="maintainer"/>
   <person userid="junhyeonlee" role="maintainer"/>
   <person userid="mwereski" role="maintainer"/>
   <person userid="pwieczorek" role="maintainer"/>
index 8c6c15a..174ad87 100644 (file)
@@ -30,7 +30,8 @@ Prefer: mono-data-sqlite
 #     But when building 64bit target, they could make 'have choice' error with original libs in 64bit repository.
 #     e.g., libstdc++ and libstdc++-64bit provides same libs. It's ambiguous to choose appropriate one.
 #     Owner : Jiyoung Yun (jy910.yun@samsung.com)
-Prefer: libgcc libstdc++ libunwind libuuid zlib libopenssl
+#     libopenssl11 : Dongsun Lee (ds73.lee@samsung.com)
+Prefer: libgcc libstdc++ libunwind libuuid zlib libopenssl libopenssl11
 
 ############################# base definition ###############################
 
index 5b19424..b772e3a 100644 (file)
@@ -6,7 +6,6 @@
   <person userid="dnxowls" role="maintainer"/>
   <person userid="gagarin" role="maintainer"/>
   <person userid="hglee" role="maintainer"/>
-  <person userid="jintaeson" role="maintainer"/>
   <person userid="junhyeonlee" role="maintainer"/>
   <person userid="mwereski" role="maintainer"/>
   <person userid="pwieczorek" role="maintainer"/>
diff --git a/Tizen:Base/python3-lxml/_link b/Tizen:Base/python3-lxml/_link
new file mode 100644 (file)
index 0000000..f6eca9d
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-lxml">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Base/python3-ply/_link b/Tizen:Base/python3-ply/_link
new file mode 100644 (file)
index 0000000..40bf56e
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-ply">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Base/python3-setuptools/_link b/Tizen:Base/python3-setuptools/_link
new file mode 100644 (file)
index 0000000..765772a
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-setuptools" cicount="copy">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Base/python3-six/_link b/Tizen:Base/python3-six/_link
new file mode 100644 (file)
index 0000000..c09499c
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-six">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
index 7a5e9b3..0168ef9 100644 (file)
@@ -53,6 +53,7 @@ Substitute: pkgconfig(gles11)  pkgconfig(egl) pkgconfig(glesv1) pkgconfig(gl)
 
 Prefer: coregl coregl-devel
 Prefer: libwayland-egl libwayland-egl-devel
+Prefer: vulkan-loader vulkan-loader-devel
 #libelementary.so (upstream, tizen-only ) so add below Prefer. Requested by EFL team. 
 Prefer: elementary
 
index 65781b0..957647d 100644 (file)
@@ -6,7 +6,6 @@
   <person userid="dnxowls" role="maintainer"/>
   <person userid="gagarin" role="maintainer"/>
   <person userid="hglee" role="maintainer"/>
-  <person userid="jintaeson" role="maintainer"/>
   <person userid="junhyeonlee" role="maintainer"/>
   <person userid="mwereski" role="maintainer"/>
   <person userid="pwieczorek" role="maintainer"/>
diff --git a/Tizen:Unified/device-certificate-manager-backend-kse/_link b/Tizen:Unified/device-certificate-manager-backend-kse/_link
new file mode 100644 (file)
index 0000000..8c2237f
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="device-certificate-manager-backend-dummy">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-MarkupSafe/_link b/Tizen:Unified/python3-MarkupSafe/_link
new file mode 100644 (file)
index 0000000..8ee1c74
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-MarkupSafe">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-argparse/_link b/Tizen:Unified/python3-argparse/_link
new file mode 100644 (file)
index 0000000..18e02b0
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-argparse">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-funcsigs/_link b/Tizen:Unified/python3-funcsigs/_link
new file mode 100644 (file)
index 0000000..2961eb3
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-funcsigs">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-linecache2/_link b/Tizen:Unified/python3-linecache2/_link
new file mode 100644 (file)
index 0000000..badfb66
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-linecache2">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-mako/_link b/Tizen:Unified/python3-mako/_link
new file mode 100644 (file)
index 0000000..7c288ff
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-mako">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-mock/_link b/Tizen:Unified/python3-mock/_link
new file mode 100644 (file)
index 0000000..2b1b34a
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-mock">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-nose/_link b/Tizen:Unified/python3-nose/_link
new file mode 100644 (file)
index 0000000..6f6d712
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-nose">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-pbr/_link b/Tizen:Unified/python3-pbr/_link
new file mode 100644 (file)
index 0000000..9e81147
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-pbr">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-traceback2/_link b/Tizen:Unified/python3-traceback2/_link
new file mode 100644 (file)
index 0000000..002240b
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-traceback2">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/python3-unittest2/_link b/Tizen:Unified/python3-unittest2/_link
new file mode 100644 (file)
index 0000000..891eda6
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="python-unittest2">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>
diff --git a/Tizen:Unified/u-boot-rpi3-32b/_link b/Tizen:Unified/u-boot-rpi3-32b/_link
new file mode 100644 (file)
index 0000000..9ed445d
--- /dev/null
@@ -0,0 +1,9 @@
+<link  package="u-boot-rpi3">
+<patches>
+  <!-- <branch /> for a full copy, default case  -->
+  <!-- <apply name="patch" /> apply a patch on the source directory  -->
+  <!-- <topadd>%define build_with_feature_x 1</topadd> add a line on the top (spec file only) -->
+  <!-- <add name="file.patch" /> add a patch to be applied after %setup (spec file only) -->
+  <!-- <delete name="filename" /> delete a file -->
+</patches>
+</link>