diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:15:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-10-14 11:15:23 +0000 |
commit | f57ecf39b15dc5099b0ff904907e9bd814ce9a9f (patch) | |
tree | b92c263ee075c0a0445bbe0b4b4be5238fcc437d /meta/packages/xcb | |
parent | f732fed5abd2ccba1a299fb4fce45e47de53aa15 (diff) | |
download | poky-f57ecf39b15dc5099b0ff904907e9bd814ce9a9f.tar.gz |
xcb-proto-native: added to get libxcb buildable
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5496 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r-- | meta/packages/xcb/xcb-proto-native_git.bb | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/packages/xcb/xcb-proto-native_git.bb b/meta/packages/xcb/xcb-proto-native_git.bb new file mode 100644 index 0000000000..1ebf274ff6 --- /dev/null +++ b/meta/packages/xcb/xcb-proto-native_git.bb | |||
@@ -0,0 +1,15 @@ | |||
1 | DEFAULT_PREFERENCE = "-1" | ||
2 | |||
3 | include xcb-proto.inc | ||
4 | PV = "1.2+gitr${SRCREV}" | ||
5 | |||
6 | DEPENDS += "python-native" | ||
7 | inherit native | ||
8 | |||
9 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" | ||
10 | S = "${WORKDIR}/git" | ||
11 | |||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||
15 | |||