diff options
Diffstat (limited to 'meta-oe/recipes-support/serial-utils/serial-forward_git.bb')
-rw-r--r-- | meta-oe/recipes-support/serial-utils/serial-forward_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 541ae84a93..05e965fc63 100644 --- a/meta-oe/recipes-support/serial-utils/serial-forward_git.bb +++ b/meta-oe/recipes-support/serial-utils/serial-forward_git.bb | |||
@@ -9,6 +9,6 @@ SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol | |||
9 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ | 9 | file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \ |
10 | file://0001-correct-the-typo-in-include-file-name-string.h.patch;striplevel=3 \ | 10 | file://0001-correct-the-typo-in-include-file-name-string.h.patch;striplevel=3 \ |
11 | " | 11 | " |
12 | S = "${WORKDIR}/git/tools/serial_forward" | 12 | S = "${UNPACKDIR}/${BP}/tools/serial_forward" |
13 | 13 | ||
14 | inherit autotools | 14 | inherit autotools |