All of lore.kernel.org
 help / color / mirror / Atom feed
From: Fabio Berton <fabio.berton@ossystems.com.br>
To: meta-freescale@yoctoproject.org
Subject: [3rdparty][PATCH] linux-wandboard: Update LOCALVERSION to use valid characters
Date: Tue, 25 Apr 2017 17:30:13 -0300	[thread overview]
Message-ID: <20170425203013.13911-1-fabio.berton@ossystems.com.br> (raw)

We can only use this characters [a-z0-9.+-] for LOCALVERSION.

Signed-off-by: Fabio Berton <fabio.berton@ossystems.com.br>
---
 recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb | 2 +-
 recipes-kernel/linux/linux-wandboard_4.1.15.bb    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb b/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb
index e60e124..9bed850 100644
--- a/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb
+++ b/recipes-kernel/linux/linux-wandboard-rt_4.1.15.bb
@@ -11,7 +11,7 @@ DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "wandboard_imx_4.1.15_1.1.0_ga"
 SRCREV = "8b015473d34019c3e093c257861e9c6f4930400b"
-LOCALVERSION = "_1.1.0_ga-wandboard"
+LOCALVERSION = "-1.1.0-ga-wandboard"
 
 SRC_URI += "\
     file://Fix-the-compile-issue-under-gcc6.patch \
diff --git a/recipes-kernel/linux/linux-wandboard_4.1.15.bb b/recipes-kernel/linux/linux-wandboard_4.1.15.bb
index 847fa58..3371322 100644
--- a/recipes-kernel/linux/linux-wandboard_4.1.15.bb
+++ b/recipes-kernel/linux/linux-wandboard_4.1.15.bb
@@ -10,7 +10,7 @@ DEPENDS += "lzop-native bc-native"
 
 SRCBRANCH = "wandboard_imx_4.1.15_1.1.0_ga"
 SRCREV = "8b015473d34019c3e093c257861e9c6f4930400b"
-LOCALVERSION = "_1.1.0_ga-wandboard"
+LOCALVERSION = "-1.1.0-ga-wandboard"
 
 SRC_URI += "\
     file://Fix-the-compile-issue-under-gcc6.patch \
-- 
2.11.0



                 reply	other threads:[~2017-04-25 20:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170425203013.13911-1-fabio.berton@ossystems.com.br \
    --to=fabio.berton@ossystems.com.br \
    --cc=meta-freescale@yoctoproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.