summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils/pty-forward-native.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/serial-utils/pty-forward-native.bb')
-rw-r--r--meta-oe/recipes-support/serial-utils/pty-forward-native.bb2
1 files changed, 1 insertions, 1 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 82994331ee..1d7e29ecc5 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 @@ SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
6PV = "1.1+git" 6PV = "1.1+git"
7 7
8SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" 8SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master"
9S = "${WORKDIR}/git/tools/serial_forward" 9S = "${UNPACKDIR}/${BP}/tools/serial_forward"
10 10
11inherit autotools native 11inherit autotools native
12 12