aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libxml/libxml2-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libxml/libxml2-native.inc')
-rw-r--r--recipes/libxml/libxml2-native.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes/libxml/libxml2-native.inc b/recipes/libxml/libxml2-native.inc
index 3f67152ca1..82d36b9f48 100644
--- a/recipes/libxml/libxml2-native.inc
+++ b/recipes/libxml/libxml2-native.inc
@@ -22,6 +22,6 @@ do_configure (){
autotools_do_configure ${EXTRA_LIBXML2_OECONF}
}
-do_stage () {
- oe_runmake install
+do_install_append() {
+ :
}