summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb2
-rw-r--r--meta-oe/recipes-support/serial-utils/serial-forward_git.bb2
2 files changed, 2 insertions, 2 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 72dfa2220..6bf1d85a8 100644
--- a/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
+++ b/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
@@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8PR = "r0" 8PR = "r0"
9 9
10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git;protocol=git" 10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
11S = "${WORKDIR}/git/tools/serial_forward" 11S = "${WORKDIR}/git/tools/serial_forward"
12 12
13inherit autotools native 13inherit autotools native
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 0e4ec44db..cf66556af 100644
--- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
+++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb
@@ -7,7 +7,7 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
7PV = "1.1+gitr${SRCPV}" 7PV = "1.1+gitr${SRCPV}"
8PR = "r0" 8PR = "r0"
9 9
10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia.git/;protocol=git" 10SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia;protocol=git"
11S = "${WORKDIR}/git/tools/serial_forward" 11S = "${WORKDIR}/git/tools/serial_forward"
12 12
13inherit autotools 13inherit autotools