summaryrefslogtreecommitdiff
path: root/meta/packages/quilt/quilt-native.inc
diff options
context:
space:
mode:
authorChris Larson <kergoth@openedhand.com>2006-08-28 20:33:14 +0000
committerChris Larson <kergoth@openedhand.com>2006-08-28 20:33:14 +0000
commit01056cdbea9ebe38b589f74120f5fab39452bbf0 (patch)
tree1f438e17df983097879bfb31898b250e939505c6 /meta/packages/quilt/quilt-native.inc
parentf927cf6903ea9bf737ad0f1bd819899c8eb928d3 (diff)
downloadopenembedded-core-01056cdbea9ebe38b589f74120f5fab39452bbf0.tar.gz
openembedded-core-01056cdbea9ebe38b589f74120f5fab39452bbf0.tar.bz2
openembedded-core-01056cdbea9ebe38b589f74120f5fab39452bbf0.tar.xz
openembedded-core-01056cdbea9ebe38b589f74120f5fab39452bbf0.zip
quilt updates from upstream oe.
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@669 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/quilt/quilt-native.inc')
-rw-r--r--meta/packages/quilt/quilt-native.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/packages/quilt/quilt-native.inc b/meta/packages/quilt/quilt-native.inc
new file mode 100644
index 000000000..c8bbdc8e0
--- /dev/null
+++ b/meta/packages/quilt/quilt-native.inc
@@ -0,0 +1,16 @@
+require quilt_${PV}.inc
+
+SRC_URI_append_build-darwin = "? file://non-gnu.patch;patch=1 "
+RDEPENDS_${PN} = "diffstat-native patch-native bzip2-native"
+FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/quilt-${PV}"
+
+INHIBIT_AUTOTOOLS_DEPS = "1"
+
+inherit autotools native
+
+PATCHTOOL = "patch"
+EXTRA_OECONF = "--disable-nls"
+
+do_configure () {
+ oe_runconf
+}