diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2010-06-29 10:16:26 +0800 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 13:19:06 +0100 |
commit | 76a682862297cf929819b7302684e47ab0b47e9c (patch) | |
tree | 8160d39a7e3b443ff4cbcd8dadd35c51efbad1fc /meta/packages/xorg-proto | |
parent | fa23bdfca89ece922df56cdfbc50939b68997ef5 (diff) | |
download | poky-76a682862297cf929819b7302684e47ab0b47e9c.tar.gz |
xextproto: upgrade to the latest version 7.1.1
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/packages/xorg-proto')
-rw-r--r-- | meta/packages/xorg-proto/xextproto_7.1.0.bb | 8 | ||||
-rw-r--r-- | meta/packages/xorg-proto/xextproto_7.1.1.bb | 11 |
2 files changed, 11 insertions, 8 deletions
diff --git a/meta/packages/xorg-proto/xextproto_7.1.0.bb b/meta/packages/xorg-proto/xextproto_7.1.0.bb deleted file mode 100644 index 327dfd98fe..0000000000 --- a/meta/packages/xorg-proto/xextproto_7.1.0.bb +++ /dev/null | |||
@@ -1,8 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | PR = "r4" | ||
4 | PE = "1" | ||
5 | |||
6 | inherit gettext | ||
7 | |||
8 | BBCLASSEXTEND = "native nativesdk" | ||
diff --git a/meta/packages/xorg-proto/xextproto_7.1.1.bb b/meta/packages/xorg-proto/xextproto_7.1.1.bb new file mode 100644 index 0000000000..157f070309 --- /dev/null +++ b/meta/packages/xorg-proto/xextproto_7.1.1.bb | |||
@@ -0,0 +1,11 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | LICENSE = "MIT & MIT-style" | ||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=86f273291759d0ba2a22585cd1c06c53" | ||
5 | |||
6 | PR = "r0" | ||
7 | PE = "1" | ||
8 | |||
9 | inherit gettext | ||
10 | |||
11 | BBCLASSEXTEND = "native nativesdk" | ||