aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/serial-utils
AgeCommit message (Collapse)Author
2017-09-07serial-forward: Fix build with hardening+muslKhem Raj
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-05-11serial-forward: fix fetch errorArmin Kuster
removed protcol parameter. WARNING: Failed to fetch URL git://github.com/freesmartphone/cornucopia.git;protocol=https, attempting MIRRORS if available ERROR: Fetcher failure: Fetch command failed with exit code 128, output: Cloning into bare repository '/home/akuster/oss/downloads/git2/github.com.freesmartphone.cornucopia.git'... fatal: Unable to find remote helper for 'https' Signed-off-by: Armin Kuster <akuster808@gmail.com>
2015-03-03serial-utils: Fix SRC_URISven Ebenfeld
Signed-off-by: Sven Ebenfeld <sven.ebenfeld@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2014-02-23recipes: convert remaining SUMMARY/DESCRIPTION cosmetic issuesMatthieu CRAPET
Changes: - rename SUMMARY with length > 80 to DESCRIPTION - rename DESCRIPTION with length < 80 to (non present tag) SUMMARY - drop final point character at the end of SUMMARY string - remove trailing whitespace of SUMMARY line Note: don't bump PR Signed-off-by: Matthieu Crapet <Matthieu.Crapet@ingenico.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-11-01recipes: Remove PR = r0 from all recipesMartin Jansa
* Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/recipes*/*/*.bb -i * We've switching to the PR server, PR bumps are no longer needed and this saves people either accidentally bumping them or forgetting to remove the lines (r0 is the default anyway). Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2013-09-03remove the unnecessary protocol parametersJackie Huang
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-09-01serial-forward, pty-forward-native: remove extra slash and '.git' from SRC_URIMartin Jansa
* causing multiple files and checkouts in downloads directory for same revision 4,3M downloads/git2/git.freesmartphone.org.cornucopia 4,3M downloads/git2/git.freesmartphone.org.cornucopia.git 4,3M downloads/git2/git.freesmartphone.org.cornucopia.git. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2011-05-30serial-utils: import from OE rev d4f0211e2078d5033ae0dee74664de5520d8392dMartin Jansa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>