[meta-oracle-java,1/6] README: fix mailing list address and other typos

Message ID 20220509175322.2501051-2-rhi@pengutronix.de
State New
Headers show
Series kirkstone compatibility | expand

Commit Message

Roland Hieber May 9, 2022, 5:53 p.m. UTC
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
 README | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Patch

diff --git a/README b/README
index 1f2c1380f676..b375f310aed4 100644
--- a/README
+++ b/README
@@ -19,11 +19,11 @@  LICENSE_FLAGS_WHITELIST += "oracle_java"
 
 Notes
 =====
-The download URLs mentioned in the SRCURI of the oracle-java recipes
+The download URLs mentioned in the SRC_URI of the oracle-java recipes
 may show fetch issues with the built in bitbake wget fetcher. This is caused
 by the pre-requirement of clicking the "accept license" button on the oracle
 download webpage. So if you see fetch issues for the oracle java recipes,
-then you can overcome the issue by opening the SRCURI links manually in a web
+then you can overcome the issue by opening the SRC_URI links manually in a web
 browser, downloading the tarballs, and storing in the bitbake download
 location. And the bitbake download location is specified by DL_DIR variable
 in build configuration file (conf/local.conf)
@@ -32,7 +32,7 @@  Where to Send Patches
 =====================
 Please submit any patches against this layer to the Yocto mailing list like:
 
-git send-email --to=yocto@yoctoproject.org -M -1 --subject-prefix="meta-oracle-java][PATCH"
+git send-email --to=yocto@lists.yoctoproject.org -M -1 --subject-prefix="meta-oracle-java][PATCH"
 
 Please substitute "PATCH" with "PATCH v2" if you are submitting a revised version after
 addressing feedback (or v3, v4 etc.)