diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 18:11:08 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:26 +0000 |
commit | 03ed0dbcaeb2ded214c36bf3e4504106e7b9d6fa (patch) | |
tree | 1bc4857375018e5ac8556db00f482d59c17806ba /meta/packages/xcb/xcb-proto_git.bb | |
parent | 4523bc1bef2418971a92188f5905f7843e671d0d (diff) | |
download | poky-03ed0dbcaeb2ded214c36bf3e4504106e7b9d6fa.tar.gz |
xcb-proto: Drop custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xcb/xcb-proto_git.bb')
-rw-r--r-- | meta/packages/xcb/xcb-proto_git.bb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/packages/xcb/xcb-proto_git.bb b/meta/packages/xcb/xcb-proto_git.bb index 8b5981b739..6eaa0dd278 100644 --- a/meta/packages/xcb/xcb-proto_git.bb +++ b/meta/packages/xcb/xcb-proto_git.bb | |||
@@ -6,9 +6,5 @@ PV = "1.2+gitr${SRCREV}" | |||
6 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" | 6 | SRC_URI = "git://anongit.freedesktop.org/git/xcb/proto;protocol=git" |
7 | S = "${WORKDIR}/git" | 7 | S = "${WORKDIR}/git" |
8 | 8 | ||
9 | do_stage() { | ||
10 | autotools_stage_all | ||
11 | } | ||
12 | |||
13 | DEPENDS_append_virtclass-native = " python-native" | 9 | DEPENDS_append_virtclass-native = " python-native" |
14 | BBCLASSEXTEND = "native" | 10 | BBCLASSEXTEND = "native" |