diff options
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.bb | 2 |
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" | |||
6 | PV = "1.1+git" | 6 | PV = "1.1+git" |
7 | 7 | ||
8 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" | 8 | SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https;branch=master" |
9 | S = "${WORKDIR}/git/tools/serial_forward" | 9 | S = "${UNPACKDIR}/${BP}/tools/serial_forward" |
10 | 10 | ||
11 | inherit autotools native | 11 | inherit autotools native |
12 | 12 | ||