diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 18:10:13 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:26 +0000 |
commit | 4523bc1bef2418971a92188f5905f7843e671d0d (patch) | |
tree | 08b021ac1dc795146df6cb05b357774bc521782b /meta/packages/xcb | |
parent | f9a857d08c949bd8a865376545270769c1f70a92 (diff) | |
download | poky-4523bc1bef2418971a92188f5905f7843e671d0d.tar.gz |
xcb-proto: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/xcb')
-rw-r--r-- | meta/packages/xcb/xcb-proto-native_git.bb | 15 | ||||
-rw-r--r-- | meta/packages/xcb/xcb-proto_git.bb | 2 |
2 files changed, 2 insertions, 15 deletions
diff --git a/meta/packages/xcb/xcb-proto-native_git.bb b/meta/packages/xcb/xcb-proto-native_git.bb deleted file mode 100644 index 1ebf274ff6..0000000000 --- a/meta/packages/xcb/xcb-proto-native_git.bb +++ /dev/null | |||
@@ -1,15 +0,0 @@ | |||
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 | |||
diff --git a/meta/packages/xcb/xcb-proto_git.bb b/meta/packages/xcb/xcb-proto_git.bb index 9d1f6687d6..8b5981b739 100644 --- a/meta/packages/xcb/xcb-proto_git.bb +++ b/meta/packages/xcb/xcb-proto_git.bb | |||
@@ -10,3 +10,5 @@ do_stage() { | |||
10 | autotools_stage_all | 10 | autotools_stage_all |
11 | } | 11 | } |
12 | 12 | ||
13 | DEPENDS_append_virtclass-native = " python-native" | ||
14 | BBCLASSEXTEND = "native" | ||