summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--meta-freedesktop/recipes-core/glibc/cross-localedef-native_2.22.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-freedesktop/recipes-core/glibc/cross-localedef-native_2.22.bbappend b/meta-freedesktop/recipes-core/glibc/cross-localedef-native_2.22.bbappend
new file mode 100644
index 0000000..1a1c255
--- /dev/null
+++ b/meta-freedesktop/recipes-core/glibc/cross-localedef-native_2.22.bbappend
@@ -0,0 +1,9 @@
+# Tell autotools that we're working in the localedef directory
+#
+AUTOTOOLS_SCRIPT_PATH = "${S}/localedef"
+
+# Here we need to skip the parent bbclass and do what the grandparent
+# does, invoke the autotools stuff
+do_configure () {
+ autotools_do_configure
+}