From 5f1d51e32cced02b6518317e54e176b915bcca7b Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Thu, 13 Jan 2011 15:29:28 +0800 Subject: xhost: upgrade to 1.0.4 - LICENSE checksum changes due to that "Sun's copyrights now belong to Oracle". it is corp name change only, the license is still MIT-X. Signed-off-by: Yu Ke --- meta/recipes-graphics/xorg-app/xhost_1.0.3.bb | 10 ---------- meta/recipes-graphics/xorg-app/xhost_1.0.4.bb | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-) delete mode 100644 meta/recipes-graphics/xorg-app/xhost_1.0.3.bb create mode 100644 meta/recipes-graphics/xorg-app/xhost_1.0.4.bb (limited to 'meta/recipes-graphics/xorg-app') diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.3.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.3.bb deleted file mode 100644 index d39058a1e1..0000000000 --- a/meta/recipes-graphics/xorg-app/xhost_1.0.3.bb +++ /dev/null @@ -1,10 +0,0 @@ -require xorg-app-common.inc - -DESCRIPTION = "Server access control program for X" -LIC_FILES_CHKSUM = "file://COPYING;md5=cbe6a2ee97dc38c7265adfec5644689b" -DEPENDS += "libxmu libxau" -PR = "r0" -PE = "1" - -SRC_URI[md5sum] = "c7f91b4a750d297f269c2a0a3206a1b2" -SRC_URI[sha256sum] = "2d63007c65e89fe273a43f3e45b3c0133acbc3ceeda6bfc9671388409134ad17" diff --git a/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb b/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb new file mode 100644 index 0000000000..602027b605 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xhost_1.0.4.bb @@ -0,0 +1,10 @@ +require xorg-app-common.inc + +DESCRIPTION = "Server access control program for X" +LIC_FILES_CHKSUM = "file://COPYING;md5=8fbed71dddf48541818cef8079124199" +DEPENDS += "libxmu libxau" +PR = "r0" +PE = "1" + +SRC_URI[md5sum] = "2be663a0afbcc0856c1591477d5bf32a" +SRC_URI[sha256sum] = "5e02c06caeb7a258f3621bf11459a7820cfeaf9bf269c1f8da86d7071346a594" -- cgit v1.2.3-54-g00ecf