diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2011-09-26 19:55:47 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-09-26 17:56:42 +0100 |
commit | d39c6738df4b7e8ef22f2a7154274c1d08b1d51f (patch) | |
tree | 04515a719d958cedc30cfb8cf488b5049ca68d06 /meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | |
parent | 114ade8b143e697f09a0672093fe64205eac6209 (diff) | |
download | poky-d39c6738df4b7e8ef22f2a7154274c1d08b1d51f.tar.gz |
matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream
(From OE-Core rev: 33a1a05ef988c69f8ff8e38c6723922082e5d1aa)
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index a3dcec32f0..e2e3047f35 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb | |||
@@ -10,13 +10,11 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | |||
10 | 10 | ||
11 | DEPENDS = "gtk+ startup-notification dbus" | 11 | DEPENDS = "gtk+ startup-notification dbus" |
12 | SECTION = "x11/wm" | 12 | SECTION = "x11/wm" |
13 | SRCREV = "af7ed6775487380be73160aa0298bf6019765fad" | 13 | SRCREV = "71e3e6e04271e9d5a14f1c231ef100c7f320134d" |
14 | PV = "2.0+git${SRCPV}" | 14 | PV = "2.0+git${SRCPV}" |
15 | PR = "r1" | 15 | PR = "r0" |
16 | 16 | ||
17 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2;protocol=git \ | 17 | SRC_URI = "git://git.yoctoproject.org/${BPN}-2;protocol=git" |
18 | file://dso_linking_change_build_fix.patch \ | ||
19 | file://window-resize-fix.patch" | ||
20 | 18 | ||
21 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" | 19 | EXTRA_OECONF = "--enable-startup-notification --with-dbus" |
22 | 20 | ||