[oe-commits] Sven Ebenfeld : serial-utils: Fix SRC_URI

git at git.openembedded.org git at git.openembedded.org
Fri Feb 27 08:56:05 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: 800a05c4fcb35348c28c46668cde92da4384d4a7
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=800a05c4fcb35348c28c46668cde92da4384d4a7

Author: Sven Ebenfeld <sven.ebenfeld at gmail.com>
Date:   Sat Feb 21 10:52:12 2015 +0100

serial-utils: Fix SRC_URI

Signed-off-by: Sven Ebenfeld <sven.ebenfeld at gmail.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-support/serial-utils/pty-forward-native.bb | 4 ++--
 meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
index b2b878d..7f59b3e 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -6,7 +6,7 @@ SECTION = "console/network"
 SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
 PV = "1.1+gitr${SRCPV}"
 
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
+SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https"
 S = "${WORKDIR}/git/tools/serial_forward"
 
 inherit autotools native
@@ -14,7 +14,7 @@ inherit autotools native
 do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
 do_deploy() {
     install -d ${DEPLOY_DIR_IMAGE}
-    install -m 0755 ${S}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
+    install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
 }
 
 addtask deploy before do_package after do_install
diff --git a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
index 129a3be..ad1e1ed 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -6,7 +6,7 @@ SECTION = "console/devel"
 SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
 PV = "1.1+gitr${SRCPV}"
 
-SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
+SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https"
 S = "${WORKDIR}/git/tools/serial_forward"
 
 inherit autotools



More information about the Openembedded-commits mailing list