diff options
| author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-29 10:47:42 +0800 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:11 +0100 |
| commit | 3536e9912e04a31707f5dfd09e730bf03e86c82e (patch) | |
| tree | df3f353857031bcc66004f4c8f372e33fe073397 | |
| parent | 743d7e126efa676bee4fb0c2a38ac58605125c98 (diff) | |
| download | poky-3536e9912e04a31707f5dfd09e730bf03e86c82e.tar.gz | |
libxcursor: upgrade to the latest version 1.1.10
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
| -rw-r--r-- | meta/packages/xorg-lib/libxcursor_1.1.10.bb (renamed from meta/packages/xorg-lib/libxcursor_1.1.9.bb) | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/meta/packages/xorg-lib/libxcursor_1.1.9.bb b/meta/packages/xorg-lib/libxcursor_1.1.10.bb index 4713eccc48..4b0a3b1ab4 100644 --- a/meta/packages/xorg-lib/libxcursor_1.1.9.bb +++ b/meta/packages/xorg-lib/libxcursor_1.1.10.bb | |||
| @@ -1,9 +1,13 @@ | |||
| 1 | DESCRIPTION = "X cursor management library" | ||
| 2 | |||
| 1 | require xorg-lib-common.inc | 3 | require xorg-lib-common.inc |
| 2 | 4 | ||
| 3 | DESCRIPTION = "X cursor management library" | 5 | LICENSE = "MIT-style" |
| 4 | LICENSE= "BSD-X" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8902e6643f7bcd7793b23dcd5d8031a4" |
| 7 | |||
| 5 | DEPENDS += "libxrender libxfixes" | 8 | DEPENDS += "libxrender libxfixes" |
| 6 | PR = "r2" | 9 | |
| 10 | PR = "r0" | ||
| 7 | PE = "1" | 11 | PE = "1" |
| 8 | 12 | ||
| 9 | XORG_PN = "libXcursor" | 13 | XORG_PN = "libXcursor" |
