diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-08-14 15:50:27 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-19 11:34:05 +0100 |
commit | 4e8df7f9a3f506d69c85b051cad3426fb1b18fb9 (patch) | |
tree | 38b028c5c0420a0ba321d60d349a0be3bd41ab4b /meta/recipes-graphics/xorg-proto | |
parent | 172e663f1b00733cf956cb118d7a5e1a252c1671 (diff) | |
download | openembedded-core-4e8df7f9a3f506d69c85b051cad3426fb1b18fb9.tar.gz openembedded-core-4e8df7f9a3f506d69c85b051cad3426fb1b18fb9.tar.bz2 openembedded-core-4e8df7f9a3f506d69c85b051cad3426fb1b18fb9.zip |
randrproto: upgrade to 1.4.0
License change due to addition of missing Copyright
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/xorg-proto')
-rw-r--r-- | meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb (renamed from meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb index 17b709fbae..41290301b0 100644 --- a/meta/recipes-graphics/xorg-proto/randrproto_1.3.2.bb +++ b/meta/recipes-graphics/xorg-proto/randrproto_1.4.0.bb @@ -7,14 +7,14 @@ Rotate and Reflect extension. This extension provides the ability to \ resize, rotate and reflect the root window of a screen." LICENSE = "MIT-style" -LIC_FILES_CHKSUM = "file://COPYING;md5=5fa3f85d9eefaa3a945071485be11343 \ +LIC_FILES_CHKSUM = "file://COPYING;md5=00426d41bd3d9267cf9bbb2df9323a5e \ file://randrproto.h;endline=30;md5=3885957c6048fdf3310ac8ba54ca2c3f" RCONFLICTS_${PN} = "randrext" -PR = "r1" +PR = "r0" PE = "1" BBCLASSEXTEND = "native nativesdk" -SRC_URI[md5sum] = "597491c0d8055e2a66f11350c4985775" -SRC_URI[sha256sum] = "d90d00612cc49292bd8d9dc19efb1c9187385fbe87590d7279a02e5e1066dc71" +SRC_URI[md5sum] = "ce4d0b05675968e4c83e003cc809660d" +SRC_URI[sha256sum] = "85c42e8c66a55318ddaf2ce5727beacb25cb1f8555229f778cd1da86478209cf" |