diff options
author | Ross Burton <ross.burton@intel.com> | 2012-12-12 11:53:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-13 15:18:45 +0000 |
commit | db07a94e0fe400390e3bbe49a5be10aff1ea3619 (patch) | |
tree | c6c28bb4293ff3ed0e7cd7242a9ab3b5b4f12672 /meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | |
parent | d7bca38b11f537405341c890526adf4891f23df4 (diff) | |
download | poky-db07a94e0fe400390e3bbe49a5be10aff1ea3619.tar.gz |
matchbox-keyboard: fix the build with libpng15
(From OE-Core rev: d49facde4fffc95cd153195fc0114dfbc1bf512c)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-keyboard/matchbox-keyboard_git.bb | 5 |
1 files changed, 3 insertions, 2 deletions
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" | |||
12 | SECTION = "x11" | 12 | SECTION = "x11" |
13 | SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac" | 13 | SRCREV = "b38f24036cff3be6c2fbcf9ca9881803e69003ac" |
14 | PV = "0.0+git${SRCPV}" | 14 | PV = "0.0+git${SRCPV}" |
15 | PR = "r3" | 15 | PR = "r4" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ | 17 | SRC_URI = "git://git.yoctoproject.org/${BPN};protocol=git \ |
18 | file://configure_fix.patch;maxrev=1819 \ | 18 | file://configure_fix.patch;maxrev=1819 \ |
19 | file://single-instance.patch \ | 19 | file://single-instance.patch \ |
20 | file://80matchboxkeyboard.shbg" | 20 | file://80matchboxkeyboard.shbg \ |
21 | file://png-fix.patch" | ||
21 | 22 | ||
22 | S = "${WORKDIR}/git" | 23 | S = "${WORKDIR}/git" |
23 | 24 | ||