diff options
author | Shane Wang <shane.wang@intel.com> | 2012-01-21 21:40:37 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-01-24 11:23:56 +0000 |
commit | 15780c7d7bb5d242aa688c1c1d9842a1004222d9 (patch) | |
tree | f5b12d452aab7fed05df6ab690561efeecc2d494 /meta/recipes-graphics/xcb/xcb-proto.inc | |
parent | 897828ae798ac84d1a0a1a929ddb62807f5fb3f4 (diff) | |
download | openembedded-core-15780c7d7bb5d242aa688c1c1d9842a1004222d9.tar.gz openembedded-core-15780c7d7bb5d242aa688c1c1d9842a1004222d9.tar.bz2 openembedded-core-15780c7d7bb5d242aa688c1c1d9842a1004222d9.zip |
xcb-proto: upgrade to 1.7
Upgrade xcb-proto from 1.6 to 1.7
Since xcb-proto-libdir.patch is there, the file is removed.
Signed-off-by: Shane Wang <shane.wang@intel.com>
Diffstat (limited to 'meta/recipes-graphics/xcb/xcb-proto.inc')
-rw-r--r-- | meta/recipes-graphics/xcb/xcb-proto.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-graphics/xcb/xcb-proto.inc b/meta/recipes-graphics/xcb/xcb-proto.inc index bab51121e1..e93b1a2ff1 100644 --- a/meta/recipes-graphics/xcb/xcb-proto.inc +++ b/meta/recipes-graphics/xcb/xcb-proto.inc @@ -9,8 +9,7 @@ BUGTRACKER = "https://bugs.freedesktop.org/enter_bug.cgi?product=XCB" SECTION = "x11/libs" LICENSE = "MIT-X" -SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2 \ - file://xcb-proto-libdir.patch" +SRC_URI = "http://xcb.freedesktop.org/dist/xcb-proto-${PV}.tar.bz2" inherit autotools pkgconfig |