summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMagnus Feuer <mfeuer@jaguarlandrover.com>2015-04-02 14:45:05 -0700
committerMagnus Feuer <mfeuer@jaguarlandrover.com>2015-04-02 14:45:05 -0700
commit4b19b925bd0498daa3832b0f6bde14c3b92c7b7a (patch)
tree3ce04f96842997ab26dd280a0e589b8296b25fd8
parent0363780cff7b3f970ba09693b6a3255621d3f433 (diff)
downloadrvi_core-4b19b925bd0498daa3832b0f6bde14c3b92c7b7a.tar.gz
Fixed one of the build issues
-rw-r--r--packaging/README.md14
-rwxr-xr-xpackaging/rvi.spec1
2 files changed, 2 insertions, 13 deletions
diff --git a/packaging/README.md b/packaging/README.md
index bb20296..72f14e1 100644
--- a/packaging/README.md
+++ b/packaging/README.md
@@ -82,18 +82,6 @@ resolv.conf file into the /etc directory of buildroot:
*Please note that your path to the build root may differ.*
-## Certificates fix
-Since the chrooted build environment does not have a /etc/ssl/certs
-directory, the git SSL session will fail when it cannot authenticate
-any certificates delivered by git's https sessions.
-
-This is fixed by copying the certificate repo from your local machine
-to the /etc directory of buildroot:
-
- sudo cp -rL /etc/ssl/ ~/GBS-ROOT/local/BUILD-ROOTS/scratch.i586.0/etc
-
-*Please note that your path to the build root may differ.*
-
# BUILDING
Go to the top directory of RVI and execute:
@@ -102,7 +90,7 @@ Go to the top directory of RVI and execute:
An RPM file will be generated at the end of the build which can be
installed on a Tizen box. The RPM can be found at:
- ~/GBS-ROOT/local/repos/tizen/i586/RPMS/rvi-0.3.1-1.i686.rpm
+ ~/GBS-ROOT/local/repos/tizen/i586/RPMS/rvi-0.3.2-1.i686.rpm
diff --git a/packaging/rvi.spec b/packaging/rvi.spec
index a10661b..2dbbe0c 100755
--- a/packaging/rvi.spec
+++ b/packaging/rvi.spec
@@ -6,6 +6,7 @@ Group: App Framework/Application Communication
License: Mozilla Public License 2.0
Source: http://content.linuxfoundation.org/auto/downloads/rvi/rvi-0.3.2.tgz
+BuildRequires: ca-certificates
BuildRequires: make
BuildRequires: glib2-devel
BuildRequires: rpm