mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
Please see https://git.yoctoproject.org/poky/commit/?id=4dd321f8b83afecd962393101b2a6861275b5265 for what changes are needed, and sed commands that can be used to make them en masse. I've verified that bitbake -c patch world works with these, but did not run a world build; the majority of recipes shouldn't need further fixups, but if there are some that still fall out, they can be fixed in followups. Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
15 lines
581 B
BlitzBasic
15 lines
581 B
BlitzBasic
SUMMARY = "Forward a serial using TCP/IP"
|
|
LICENSE = "GPL-2.0-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=ebb5c50ab7cab4baeffba14977030c07"
|
|
SECTION = "console/devel"
|
|
SRCREV = "07c6fdede0870edc37a8d51d033b6e7e29aa7c91"
|
|
PV = "1.1+git"
|
|
|
|
SRC_URI = "git://github.com/freesmartphone/cornucopia.git;branch=master;protocol=https \
|
|
file://0001-serial_forward-Disable-default-static-linking.patch;striplevel=3 \
|
|
file://0001-correct-the-typo-in-include-file-name-string.h.patch;striplevel=3 \
|
|
"
|
|
S = "${UNPACKDIR}/${BP}/tools/serial_forward"
|
|
|
|
inherit autotools
|