aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
diff options
context:
space:
mode:
authorSven Ebenfeld <sven.ebenfeld@gmail.com>2015-02-21 10:52:12 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-03 08:36:40 +0100
commitc3089892b7887ac66cdb842fbf99d08c7886dbf5 (patch)
treef4d80f0ba2621cf31a93c5dd59b0b6d1f94d7bd7 /meta-oe/recipes-support/serial-utils
parent60739a9ee17954cbe523ef9d0db501b64c6ac8cd (diff)
downloadmeta-openembedded-contrib-c3089892b7887ac66cdb842fbf99d08c7886dbf5.tar.gz
serial-utils: Fix SRC_URI
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/serial-utils')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb4
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb2
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 b2b878d341..7f59b3ecad 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 129a3be8a0..ad1e1eddcd 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