diff options
author | Saul Wold <Saul.Wold@intel.com> | 2010-11-29 21:33:39 -0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2010-12-01 20:31:22 -0800 |
commit | 611ea2ff2fa3bbe4de56921b236e6c33a6b7ac8d (patch) | |
tree | 0e52036d4c6b2d21e8ef902bca8013ac40e59f0e /meta/recipes-graphics | |
parent | 386a1f75c1065dbee7cba0e21f858e0101845eb1 (diff) | |
download | openembedded-core-611ea2ff2fa3bbe4de56921b236e6c33a6b7ac8d.tar.gz openembedded-core-611ea2ff2fa3bbe4de56921b236e6c33a6b7ac8d.tar.bz2 openembedded-core-611ea2ff2fa3bbe4de56921b236e6c33a6b7ac8d.zip |
xrandr: fix License Checksum
Signed-off-by: Saul Wold <Saul.Wold@intel.com>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb index 8712ff669f..9a6e4702b9 100644 --- a/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb +++ b/meta/recipes-graphics/xorg-app/xrandr_1.3.4.bb @@ -2,7 +2,7 @@ require xorg-app-common.inc DESCRIPTION = "X Resize and Rotate extension command." LICENSE= "BSD-X" -LIC_FILES_CHKSUM = "file://COPYING;md5=4c5c132d3690478179d78ec3bf064584" +LIC_FILES_CHKSUM = "file://COPYING;md5=fe1608bdb33cf8c62a4438f7d34679b3" DEPENDS += "libxrandr libxrender" PE = "1" PR = "r0" |