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 /meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb | |
parent | 98d5a20979c78109eb2e4420b742e0d0b8966c72 (diff) | |
download | openembedded-core-25e7822fdce7db81f767f7bac558af5f291826d1.tar.gz openembedded-core-25e7822fdce7db81f767f7bac558af5f291826d1.tar.bz2 openembedded-core-25e7822fdce7db81f767f7bac558af5f291826d1.zip |
printproto: upgrade from 1.0.4 to 1.0.5
Signed-off-by: Dexuan Cui <dexuan.cui@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/printproto_1.0.5.bb | 12 |
1 files changed, 12 insertions, 0 deletions
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 @@ +require xorg-proto-common.inc + + +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://COPYING;md5=658463213f19b48b81f8672d2696069f \ + file://Print.h;beginline=2;endline=59;md5=db19e065445b3755c09432864dcd8a9b" + +PR = "r0" +PE = "1" + +SRC_URI[md5sum] = "99d0e25feea2fead7d8325b7000b41c3" +SRC_URI[sha256sum] = "1298316cf43b987365ab7764d61b022a3d7f180b67b423eed3456862d155911a" |