From eacf14f20429604fa3fe8cc81d89f61a5ee5a482 Mon Sep 17 00:00:00 2001 From: Robert Bragg Date: Tue, 14 Oct 2008 09:30:18 +0000 Subject: Various X package updates to deal with XInput.h being removed in the latest inputproto package. Updates libx11, libxext, libxext-sdk, libxi, xcb-proto and libxcb Note: There is a still a xcb build issue that needs investigating with these updated packages. git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5489 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/xcb/libxcb_git.bb | 8 ++++---- meta/packages/xcb/xcb-proto_1.0.bb | 2 -- meta/packages/xcb/xcb-proto_1.2.bb | 2 ++ 3 files changed, 6 insertions(+), 6 deletions(-) delete mode 100644 meta/packages/xcb/xcb-proto_1.0.bb create mode 100644 meta/packages/xcb/xcb-proto_1.2.bb (limited to 'meta/packages/xcb') diff --git a/meta/packages/xcb/libxcb_git.bb b/meta/packages/xcb/libxcb_git.bb index a7707b350..046352543 100644 --- a/meta/packages/xcb/libxcb_git.bb +++ b/meta/packages/xcb/libxcb_git.bb @@ -1,12 +1,12 @@ DEFAULT_PREFERENCE = "-1" include libxcb.inc -PV = "1.0+git" -PR = "r1" +PV = "1.1.90.1+git${SRCREV}" +PR = "r2" DEPENDS += "libpthread-stubs" -SRC_URI = "git://anongit.freedesktop.org/git/xcb;protocol=git" -S = "${WORKDIR}/git/xcb" +SRC_URI = "git://anongit.freedesktop.org/git/xcb/libxcb;protocol=git" +S = "${WORKDIR}/git" PACKAGES =+ "libxcb-xinerama" diff --git a/meta/packages/xcb/xcb-proto_1.0.bb b/meta/packages/xcb/xcb-proto_1.0.bb deleted file mode 100644 index e602252d9..000000000 --- a/meta/packages/xcb/xcb-proto_1.0.bb +++ /dev/null @@ -1,2 +0,0 @@ -include xcb-proto.inc -PR = "r1" diff --git a/meta/packages/xcb/xcb-proto_1.2.bb b/meta/packages/xcb/xcb-proto_1.2.bb new file mode 100644 index 000000000..e602252d9 --- /dev/null +++ b/meta/packages/xcb/xcb-proto_1.2.bb @@ -0,0 +1,2 @@ +include xcb-proto.inc +PR = "r1" -- cgit v1.2.3