diff options
author | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-06 13:18:48 +0000 |
---|---|---|
committer | Kristoffer Ericson <kristoffer_e1@hotmail.com> | 2006-08-06 13:18:48 +0000 |
commit | e46b9eb91fa93a94580e274719f4c7d713eae6e2 (patch) | |
tree | 0ba031ced9e23fd5b6a127d62ed3aee4cd5db941 /packages/quilt/quilt-native.inc | |
parent | 3b3ac6317c6798718c88e636c769e2ae3a578ab3 (diff) | |
parent | 8f6d28b3d4b15086e6f21011e0f25d0f7c6f7235 (diff) |
merge of 235bdc3ae0f87feaab2e0933bfdb44645a492c5e
and 2ec546354ed54e5800bc57d56a12bbe7ecb4ccdd
Diffstat (limited to 'packages/quilt/quilt-native.inc')
-rw-r--r-- | packages/quilt/quilt-native.inc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/packages/quilt/quilt-native.inc b/packages/quilt/quilt-native.inc new file mode 100644 index 0000000000..d19d864904 --- /dev/null +++ b/packages/quilt/quilt-native.inc @@ -0,0 +1,17 @@ +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 + +PATCHCLEANCMD = "" +PATCHCMD = "num='%s'; name='%s'; file='%s'; patch -p "$num" -i "$file"" +EXTRA_OECONF = "--disable-nls" + +do_configure () { + oe_runconf +} |