aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/desktop-file-utils/desktop-file-utils_0.16.bb
diff options
context:
space:
mode:
authorChris Larson <chris_larson@mentor.com>2010-10-27 17:35:45 -0700
committerChris Larson <chris_larson@mentor.com>2010-11-02 18:39:03 -0700
commitc575ee87388a5bb679293b54a00bb784efbfab92 (patch)
tree65397221732f56b6f81ebe973f9a7ae7ba2b4212 /recipes/desktop-file-utils/desktop-file-utils_0.16.bb
parenta6885693d3685f595e307c79e9925893fb9f8a0d (diff)
downloadopenembedded-kergoth/autotools.tar.gz
gnu-configize fixupskergoth/autotools
Signed-off-by: Chris Larson <chris_larson@mentor.com>
Diffstat (limited to 'recipes/desktop-file-utils/desktop-file-utils_0.16.bb')
-rw-r--r--recipes/desktop-file-utils/desktop-file-utils_0.16.bb5
1 files changed, 5 insertions, 0 deletions
diff --git a/recipes/desktop-file-utils/desktop-file-utils_0.16.bb b/recipes/desktop-file-utils/desktop-file-utils_0.16.bb
index 9a2ffc3587..0c8b49e97b 100644
--- a/recipes/desktop-file-utils/desktop-file-utils_0.16.bb
+++ b/recipes/desktop-file-utils/desktop-file-utils_0.16.bb
@@ -12,3 +12,8 @@ SRC_URI[archive.sha256sum] = "7960be4bf7aa4b4698e8ea333cfa0bbfa7a169029e85d6a8b5
inherit autotools
BBCLASSEXTEND = "native"
+
+do_configure () {
+ install -d ${S}/m4
+ autotools_do_configure
+}