summaryrefslogtreecommitdiff
path: root/meta/packages/libxml/libxml2-native_2.6.29.bb
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-05 17:37:52 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-13 12:15:26 +0000
commit7541841b565be0b1ad2238b851b7ac736e48d762 (patch)
tree388bb3b86dc8d9691dbcc35eb04c34fa02ff7043 /meta/packages/libxml/libxml2-native_2.6.29.bb
parentb9cac51c380ed55a00fa522334fb90aa547e03f6 (diff)
downloadopenembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.tar.gz
openembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.tar.bz2
openembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.tar.xz
openembedded-core-7541841b565be0b1ad2238b851b7ac736e48d762.zip
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.bb13
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 75169f2bc..000000000
--- a/meta/packages/libxml/libxml2-native_2.6.29.bb
+++ /dev/null
@@ -1,13 +0,0 @@
-require libxml2.inc
-
-PR = "r8"
-
-DEPENDS += "python-native"
-
-EXTRA_OECONF = "--with-python=${STAGING_DIR_NATIVE}/${prefix} --without-debug --without-legacy --with-catalog --without-docbook --with-c14n"
-
-inherit native
-
-do_stage () {
- oe_runmake install
-}