From: Saul Wold Date: Tue, 30 Nov 2010 05:33:39 +0000 (-0800) Subject: xrandr: fix License Checksum X-Git-Tag: 2011-1~3783 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=611ea2ff2fa3bbe4de56921b236e6c33a6b7ac8d;p=openembedded-core.git xrandr: fix License Checksum Signed-off-by: Saul Wold --- 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"