diff options
author | Zhai Edwin <edwin.zhai@intel.com> | 2010-07-06 18:23:27 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-13 15:21:44 +0100 |
commit | 4cbef85afef5d53e323eeeccb38187a0c08ba604 (patch) | |
tree | 1df6b9d68b760841103443041c162824f4b913cd | |
parent | de590e0e745f1d2dbd132ae20718758314d73033 (diff) | |
download | openembedded-core-4cbef85afef5d53e323eeeccb38187a0c08ba604.tar.gz openembedded-core-4cbef85afef5d53e323eeeccb38187a0c08ba604.tar.bz2 openembedded-core-4cbef85afef5d53e323eeeccb38187a0c08ba604.zip |
matchbox-wm: Update to 1819
Signed-off-by: Zhai Edwin <edwin.zhai@intel.com>
-rw-r--r-- | meta/conf/distro/include/poky-default-revisions.inc | 2 | ||||
-rw-r--r-- | meta/packages/matchbox-wm/matchbox-wm_svn.bb | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/meta/conf/distro/include/poky-default-revisions.inc b/meta/conf/distro/include/poky-default-revisions.inc index bff9c9b076..41807f4354 100644 --- a/meta/conf/distro/include/poky-default-revisions.inc +++ b/meta/conf/distro/include/poky-default-revisions.inc @@ -79,7 +79,7 @@ SRCREV_pn-matchbox-theme-sato-2 ??= "94" SRCREV_pn-matchbox-theme-sato ??= "90" SRCREV_pn-matchbox-themes-extra ??= "1524" SRCREV_pn-matchbox-wm-2 ??= "2083" -SRCREV_pn-matchbox-wm ??= "1524" +SRCREV_pn-matchbox-wm ??= "1819" SRCREV_pn-mesa-dri ??= "1bf94d419805538ac23a4d0b04d31ac5e4487aca" SRCREV_pn-mesa-xlib ??= "1bf94d419805538ac23a4d0b04d31ac5e4487aca" SRCDATE_minimo ??= "20070510" diff --git a/meta/packages/matchbox-wm/matchbox-wm_svn.bb b/meta/packages/matchbox-wm/matchbox-wm_svn.bb index 09c2ddfb0b..09c0f70f47 100644 --- a/meta/packages/matchbox-wm/matchbox-wm_svn.bb +++ b/meta/packages/matchbox-wm/matchbox-wm_svn.bb @@ -3,6 +3,9 @@ HOMEPAGE = "http://matchbox-project.org" BUGTRACKER = "http://bugzilla.openedhand.com/" LICENSE = "GPLv2+" +LIC_FILES_CHKSUM = "file://src/wm.h;endline=21;md5=a7e844465edbcf79c282369f93caa835 \ + file://src/main.c;endline=21;md5=3e5d9f832b527b0d72dbe8e3c4c60b95 \ + file://src/wm.c;endline=21;md5=8dc9d24477d87ef5dfbc2e4927146aab" SECTION = "x11/wm" DEPENDS = "libmatchbox virtual/libx11 libxext libxrender startup-notification expat gconf" |