summaryrefslogtreecommitdiffstats
path: root/external/poky/meta/recipes-devtools/quilt/quilt-native.inc
diff options
context:
space:
mode:
Diffstat (limited to 'external/poky/meta/recipes-devtools/quilt/quilt-native.inc')
-rw-r--r--external/poky/meta/recipes-devtools/quilt/quilt-native.inc18
1 files changed, 18 insertions, 0 deletions
diff --git a/external/poky/meta/recipes-devtools/quilt/quilt-native.inc b/external/poky/meta/recipes-devtools/quilt/quilt-native.inc
new file mode 100644
index 00000000..c7067042
--- /dev/null
+++ b/external/poky/meta/recipes-devtools/quilt/quilt-native.inc
@@ -0,0 +1,18 @@
+RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native util-linux-native"
+
+INHIBIT_AUTOTOOLS_DEPS = "1"
+
+inherit native
+
+PATCHTOOL = "patch"
+EXTRA_OECONF_append = " --disable-nls"
+
+do_configure () {
+ oe_runconf
+}
+
+do_install_append () {
+ # Dummy quiltrc file for patch.bbclass
+ install -d ${D}${sysconfdir}/
+ touch ${D}${sysconfdir}/quiltrc
+}