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:53:42 +0100 |
commit | 33a1a05ef988c69f8ff8e38c6723922082e5d1aa (patch) | |
tree | ded5d7c7db49d62a7b625aeb384d4e9a9bdf7bbb /meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb | |
parent | 7c503d056d15e376243928ffb815296e9c711658 (diff) | |
download | openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.tar.gz openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.tar.bz2 openembedded-core-33a1a05ef988c69f8ff8e38c6723922082e5d1aa.zip |
matchbox: Upgrade SRCREV to reflect recent accpeted patches by upstream
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-theme-sato/matchbox-theme-sato-2_git.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb index d6bfb2f8fb..3edc3a361b 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato-2_git.bb @@ -1,11 +1,10 @@ require matchbox-theme-sato.inc DEPENDS = "matchbox-wm-2" -SRCREV = "f72cf4ed7d71ad9e47b0f2d3dbc593bc2f3e76f8" +SRCREV = "e3ccc08d4a680d70fd4891fca966aa6ce503065c" PV = "0.2+git${SRCPV}" -SRC_URI = "git://git.yoctoproject.org/matchbox-sato;protocol=git \ - file://png_rename.patch" +SRC_URI = "git://git.yoctoproject.org/matchbox-sato;protocol=git" S = "${WORKDIR}/git" |