diff options
author | Pierre-Jean Texier <pjtexier@koncepto.io> | 2020-04-18 12:57:26 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-04-19 11:55:06 -0700 |
commit | 38df8d2a6ed01348cbda1c18bcd5057723df61fe (patch) | |
tree | 7982b40e1958afcfef36e58add28eb1771e3df64 | |
parent | b1aa5f785094d25765657f1df7db0748680ae7fb (diff) | |
download | meta-openembedded-38df8d2a6ed01348cbda1c18bcd5057723df61fe.tar.gz |
fbgrab: upgrade 1.3.1 -> 1.3.3
See full changelog https://github.com/GunnarMonell/fbgrab/releases
Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb (renamed from meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb index 212ba129fb..e3dff91915 100644 --- a/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.1.bb +++ b/meta-oe/recipes-graphics/fbgrab/fbgrab_1.3.3.bb | |||
@@ -6,7 +6,7 @@ SECTION = "console/utils" | |||
6 | DEPENDS = "libpng zlib" | 6 | DEPENDS = "libpng zlib" |
7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" | 7 | SRC_URI = "git://github.com/GunnarMonell/fbgrab.git;protocol=https" |
8 | 8 | ||
9 | SRCREV = "d3a8b6b42b6b74228e92758a0b015d8b8c1e6fa0" | 9 | SRCREV = "b179e2a42b8a5d72516b9c8d91713c9025cf6044" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | 11 | ||
12 | inherit autotools-brokensep | 12 | inherit autotools-brokensep |