diff options
author | Yu Ke <ke.yu@intel.com> | 2011-01-14 11:32:59 +0800 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-01-18 07:38:01 -0800 |
commit | 00ecccca360c936268593bba3891ffe23845e5b6 (patch) | |
tree | 26649f186a6827295b75b31e1d12075a8a5a3f5a | |
parent | 70fe42942bad5584204a6a93ea1aaad0c4da23c8 (diff) | |
download | poky-00ecccca360c936268593bba3891ffe23845e5b6.tar.gz |
xprop: upgrade to 1.2.0
- LICENSE_CHECKSUM changed due to the commit "COPYING: replace stub with copyright notices". this commit add more accurate license info, and the license type is still MIT-X.
Signed-off-by: Yu Ke <ke.yu@intel.com>
-rw-r--r-- | meta/conf/distro/include/preferred-xorg-versions.inc | 2 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xprop_1.1.0.bb | 13 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-app/xprop_1.2.0.bb | 13 |
3 files changed, 14 insertions, 14 deletions
diff --git a/meta/conf/distro/include/preferred-xorg-versions.inc b/meta/conf/distro/include/preferred-xorg-versions.inc index a71628135a..f0dd923da7 100644 --- a/meta/conf/distro/include/preferred-xorg-versions.inc +++ b/meta/conf/distro/include/preferred-xorg-versions.inc | |||
@@ -121,7 +121,7 @@ PREFERRED_VERSION_xinit ?= "1.3.0" | |||
121 | PREFERRED_VERSION_xineramaproto ?= "1.2" | 121 | PREFERRED_VERSION_xineramaproto ?= "1.2" |
122 | PREFERRED_VERSION_xmodmap ?= "1.0.5" | 122 | PREFERRED_VERSION_xmodmap ?= "1.0.5" |
123 | PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" | 123 | PREFERRED_VERSION_xorg-cf-files ?= "1.0.3" |
124 | PREFERRED_VERSION_xprop ?= "1.1.0" | 124 | PREFERRED_VERSION_xprop ?= "1.2.0" |
125 | PREFERRED_VERSION_xproto ?= "7.0.20" | 125 | PREFERRED_VERSION_xproto ?= "7.0.20" |
126 | PREFERRED_VERSION_xproto-native ?= "7.0.20" | 126 | PREFERRED_VERSION_xproto-native ?= "7.0.20" |
127 | PREFERRED_VERSION_xproto-nativesdk ?= "7.0.20" | 127 | PREFERRED_VERSION_xproto-nativesdk ?= "7.0.20" |
diff --git a/meta/recipes-graphics/xorg-app/xprop_1.1.0.bb b/meta/recipes-graphics/xorg-app/xprop_1.1.0.bb deleted file mode 100644 index cfa02dd31d..0000000000 --- a/meta/recipes-graphics/xorg-app/xprop_1.1.0.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | DESCRIPTION = "utility to display window and font properties of an X server" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=4641deddaa80fe7ca88e944e1fd94a94" | ||
6 | |||
7 | DEPENDS += " libxmu virtual/libx11" | ||
8 | |||
9 | PR = "r0" | ||
10 | PE = "1" | ||
11 | |||
12 | SRC_URI[md5sum] = "f0bacbd30f0dd1c1e9ccafe97687b7a4" | ||
13 | SRC_URI[sha256sum] = "cc8e07901574895f113baffda19272c54545879e02012314527ebbf2dcc66226" | ||
diff --git a/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb b/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb new file mode 100644 index 0000000000..4d35636860 --- /dev/null +++ b/meta/recipes-graphics/xorg-app/xprop_1.2.0.bb | |||
@@ -0,0 +1,13 @@ | |||
1 | require xorg-app-common.inc | ||
2 | |||
3 | DESCRIPTION = "utility to display window and font properties of an X server" | ||
4 | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=e226ab8db88ac0bc0391673be40c9f91" | ||
6 | |||
7 | DEPENDS += " libxmu virtual/libx11" | ||
8 | |||
9 | PR = "r0" | ||
10 | PE = "1" | ||
11 | |||
12 | SRC_URI[md5sum] = "e6d0673a1e1e469f0a6220a6868fb94b" | ||
13 | SRC_URI[sha256sum] = "53508c082b03dbbfd68489cb21392023f3e62ca9c921e1fb39b92ad10fbe6b9c" | ||