[PATCH] matchbox-terminal: Update commitID


Devarsh Thakkar <devarsh.thakkar@...>
 

Pull in change which adds support for command line
options (-e and --command) which can be used for
launching programs or running commands in matchbox-terminal
via command line.

Signed-off-by: Devarsh Thakkar <devarsht@...>
---
meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb
index 4488191..b7fbee7 100644
--- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb
@@ -10,7 +10,7 @@ DEPENDS = "gtk+3 vte"
SECTION = "x11/utils"

#SRCREV tagged 0.1
-SRCREV = "3ad357db2302760b8a8817b5f4478dd87479442f"
+SRCREV = "ccbc3c70946b04313c6166ab0dfef21e5e83c289"
SRC_URI = "git://git.yoctoproject.org/${BPN}"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"

--
2.1.1

This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


Richard Purdie
 

On Sat, 2018-06-09 at 04:59 -0700, Devarsh Thakkar wrote:
Pull in change which adds support for command line
options (-e and --command) which can be used for
launching programs or running commands in matchbox-terminal
via command line.

Signed-off-by: Devarsh Thakkar <devarsht@...>
---
meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-sato/matchbox-terminal/matchbox-
terminal_0.1.bb b/meta/recipes-sato/matchbox-terminal/matchbox-
terminal_0.1.bb
index 4488191..b7fbee7 100644
--- a/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb
+++ b/meta/recipes-sato/matchbox-terminal/matchbox-terminal_0.1.bb
@@ -10,7 +10,7 @@ DEPENDS = "gtk+3 vte"
SECTION = "x11/utils"

#SRCREV tagged 0.1
I'm guessing the above comment is no longer valid, nor is the value of
PV?

-SRCREV = "3ad357db2302760b8a8817b5f4478dd87479442f"
+SRCREV = "ccbc3c70946b04313c6166ab0dfef21e5e83c289"
SRC_URI = "git://git.yoctoproject.org/${BPN}"
UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>(\d+(\.\d+)+))"
Cheers,

Richard