]> code.ossystems Code Review - openembedded-core.git/commitdiff
xkeyboard-config: upgrade to the latest version 1.9
authorDexuan Cui <dexuan.cui@intel.com>
Fri, 2 Jul 2010 07:22:51 +0000 (15:22 +0800)
committerSaul Wold <Saul.Wold@intel.com>
Fri, 2 Jul 2010 22:32:46 +0000 (15:32 -0700)
Updated SRC_URI because from version 1.9 on, the link changed to a new place.

Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
meta/packages/xorg-lib/xkeyboard-config_1.9.bb [moved from meta/packages/xorg-lib/xkeyboard-config_1.6.bb with 62% similarity]

similarity index 62%
rename from meta/packages/xorg-lib/xkeyboard-config_1.6.bb
rename to meta/packages/xorg-lib/xkeyboard-config_1.9.bb
index 9a7494d48a7fac83e4e1ea32f56645c06b096163..0e59bd506fdf3427cfa1ff298c3d1f80ea090bbb 100644 (file)
@@ -1,10 +1,15 @@
-HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
 DESCRIPTION = "Keyboard configuration database for X Window"
-SRC_URI = "http://xlibs.freedesktop.org/xkbdesc/xkeyboard-config-${PV}.tar.bz2"
+HOMEPAGE = "http://freedesktop.org/wiki/Software/XKeyboardConfig"
+BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=xkeyboard-config"
+
+LICENSE = "MIT & MIT-style"
+LIC_FILES_CHKSUM = "file://COPYING;md5=0e7f21ca7db975c63467d2e7624a12f9"
+
+SRC_URI = "http://people.freedesktop.org/~svu/xkeyboard-config-${PV}.tar.bz2"
 SECTION = "x11/libs"
-LICENSE = "MIT-X"
 DEPENDS = "intltool xkbcomp-native glib-2.0"
-PR = "r2"
+
+PR = "r0"
 
 EXTRA_OECONF = "--with-xkb-rules-symlink=xorg"