From db07a94e0fe400390e3bbe49a5be10aff1ea3619 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 12 Dec 2012 11:53:57 +0000 Subject: matchbox-keyboard: fix the build with libpng15 (From OE-Core rev: d49facde4fffc95cd153195fc0114dfbc1bf512c) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb') diff --git a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb index 430e343b9c..adde25bcf0 100644 --- a/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb +++ b/meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb @@ -12,12 +12,13 @@ RDEPENDS_${PN} = "formfactor dbus-wait" SECTION = "x11" SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac" PV = "0.0+git${SRCPV}" -PR = "r3" +PR = "r4" SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ file://configure_fix.patch;maxrev=1819 \ file://single-instance.patch \ - file://80matchboxkeyboard.shbg" + file://80matchboxkeyboard.shbg \ + file://png-fix.patch" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf