diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-05 17:37:52 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-13 12:15:26 +0000 |
commit | 7541841b565be0b1ad2238b851b7ac736e48d762 (patch) | |
tree | 388bb3b86dc8d9691dbcc35eb04c34fa02ff7043 /meta/packages/libxml/libxml2-native_2.6.29.bb | |
parent | b9cac51c380ed55a00fa522334fb90aa547e03f6 (diff) | |
download | poky-7541841b565be0b1ad2238b851b7ac736e48d762.tar.gz |
libxml2: Convert to BBCLASSEXTEND (and drop unneeded custom staging function
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libxml/libxml2-native_2.6.29.bb')
-rw-r--r-- | meta/packages/libxml/libxml2-native_2.6.29.bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/packages/libxml/libxml2-native_2.6.29.bb b/meta/packages/libxml/libxml2-native_2.6.29.bb deleted file mode 100644 index 75169f2bce..0000000000 --- a/meta/packages/libxml/libxml2-native_2.6.29.bb +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | require libxml2.inc | ||
2 | |||
3 | PR = "r8" | ||
4 | |||
5 | DEPENDS += "python-native" | ||
6 | |||
7 | EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n" | ||
8 | |||
9 | inherit native | ||
10 | |||
11 | do_stage () { | ||
12 | oe_runmake install | ||
13 | } | ||