mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
serial-utils: Fix SRC_URI
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
parent
60739a9ee1
commit
c3089892b7
|
|
@ -6,7 +6,7 @@ SECTION = "console/network"
|
|||
SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
|
||||
PV = "1.1+gitr${SRCPV}"
|
||||
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
|
||||
SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https"
|
||||
S = "${WORKDIR}/git/tools/serial_forward"
|
||||
|
||||
inherit autotools native
|
||||
|
|
@ -14,7 +14,7 @@ inherit autotools native
|
|||
do_deploy[sstate-outputdirs] = "${DEPLOY_DIR_IMAGE}"
|
||||
do_deploy() {
|
||||
install -d ${DEPLOY_DIR_IMAGE}
|
||||
install -m 0755 ${S}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
|
||||
install -m 0755 ${B}/src/pty_forward ${DEPLOY_DIR_IMAGE}/pty-forward
|
||||
}
|
||||
|
||||
addtask deploy before do_package after do_install
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ SECTION = "console/devel"
|
|||
SRCREV = "00dbec2636ae0385ad028587e20e446272ff97ec"
|
||||
PV = "1.1+gitr${SRCPV}"
|
||||
|
||||
SRC_URI = "${FREESMARTPHONE_GIT}/cornucopia"
|
||||
SRC_URI = "git://github.com/freesmartphone/cornucopia.git;protocol=https"
|
||||
S = "${WORKDIR}/git/tools/serial_forward"
|
||||
|
||||
inherit autotools
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user