diff options
-rw-r--r-- | meta-oe/recipes-support/serial-utils/pty-forward-native.bb | 4 | ||||
-rw-r--r-- | 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 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" | |||
6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" |
7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https" |
10 | S = "${WORKDIR}/git/tools/serial_forward" | 10 | S = "${WORKDIR}/git/tools/serial_forward" |
11 | 11 | ||
12 | inherit autotools native | 12 | inherit autotools native |
@@ -14,7 +14,7 @@ inherit autotools native | |||
14 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" | 14 | do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}" |
15 | do_deploy() { | 15 | do_deploy() { |
16 | install -d ${DEPLOY_DIR_IMAGE} | 16 | install -d ${DEPLOY_DIR_IMAGE} |
17 | install -m 0755 ${S}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward | 17 | install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward |
18 | } | 18 | } |
19 | 19 | ||
20 | addtask deploy before do_package after do_install | 20 | 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" | |||
6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" | 6 | SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec" |
7 | PV = "1.1+gitr${SRCPV}" | 7 | PV = "1.1+gitr${SRCPV}" |
8 | 8 | ||
9 | SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia" | 9 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https" |
10 | S = "${WORKDIR}/git/tools/serial_forward" | 10 | S = "${WORKDIR}/git/tools/serial_forward" |
11 | 11 | ||
12 | inherit autotools | 12 | inherit autotools |