[oe-commits] Richard Purdie : matchbox-stroke: Update to latest git revision to add missing Xrender dependency

git at git.openembedded.org git at git.openembedded.org
Wed Nov 23 16:57:47 UTC 2011


Module: openembedded-core.git
Branch: master-next
Commit: b8328a132efd515515bb2c200271a8960f0d783b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=b8328a132efd515515bb2c200271a8960f0d783b

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Wed Nov 23 08:47:07 2011 +0000

matchbox-stroke: Update to latest git revision to add missing Xrender dependency

Without this, linking can fail due to missing libraries since the
code depends on Xrender. The fix was already upstream, we just need
to use a revision that includes it.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../matchbox-stroke/matchbox-stroke_git.bb         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
index 44b316d..79d5bf3 100644
--- a/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
+++ b/meta/recipes-sato/matchbox-stroke/matchbox-stroke_git.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://src/matchbox-stroke.h;endline=12;md5=8ed5c5bbec2321fb
 
 DEPENDS = "libfakekey expat libxft"
 SECTION = "x11/wm"
-SRCREV = "8edfd9a2bf1f0d6b28d4afee4bda9d3635f26a0b"
+SRCREV = "2b772583b61d2f6e8358e7c80e10293fc27cfcb7"
 PV = "0.0+git${SRCPV}"
 PR = "r0"
 





More information about the Openembedded-commits mailing list