diff options
author | Dexuan Cui <dexuan.cui@intel.com> | 2011-01-28 00:49:38 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-01-28 16:49:14 +0000 |
commit | 25e7822fdce7db81f767f7bac558af5f291826d1 (patch) | |
tree | 31baf2ea406b6fc37bea1bcfbece87fbfa5d96f2 | |
parent | 98d5a20979c78109eb2e4420b742e0d0b8966c72 (diff) | |
download | poky-25e7822fdce7db81f767f7bac558af5f291826d1.tar.gz |
printproto: upgrade from 1.0.4 to 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
-rw-r--r-- | meta/recipes-graphics/xorg-proto/printproto_1.0.4.bb | 12 | ||||
-rw-r--r-- | meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb | 12 |
2 files changed, 12 insertions, 12 deletions
diff --git a/meta/recipes-graphics/xorg-proto/printproto_1.0.4.bb b/meta/recipes-graphics/xorg-proto/printproto_1.0.4.bb deleted file mode 100644 index 6f8e2058e6..0000000000 --- a/meta/recipes-graphics/xorg-proto/printproto_1.0.4.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=a2363c155fd3749a8cf436ef56c3070f \ | ||
6 | file://Print.h;beginline=2;endline=59;md5=1a2ee3cbfe3e38e136ff1b8477b51f4a" | ||
7 | |||
8 | PR = "r1" | ||
9 | PE = "1" | ||
10 | |||
11 | SRC_URI[md5sum] = "7321847a60748b4d2f1fa16db4b6ede8" | ||
12 | SRC_URI[sha256sum] = "f059a93188e7143dbb6cc55e31ccf81b976776aa3023bfa57f47501fd1bfd3be" | ||
diff --git a/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb b/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb new file mode 100644 index 0000000000..28f0e94ad5 --- /dev/null +++ b/meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb | |||
@@ -0,0 +1,12 @@ | |||
1 | require xorg-proto-common.inc | ||
2 | |||
3 | |||
4 | LICENSE = "MIT" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=658463213f19b48b81f8672d2696069f \ | ||
6 | file://Print.h;beginline=2;endline=59;md5=db19e065445b3755c09432864dcd8a9b" | ||
7 | |||
8 | PR = "r0" | ||
9 | PE = "1" | ||
10 | |||
11 | SRC_URI[md5sum] = "99d0e25feea2fead7d8325b7000b41c3" | ||
12 | SRC_URI[sha256sum] = "1298316cf43b987365ab7764d61b022a3d7f180b67b423eed3456862d155911a" | ||