From be512828d063d171c0a4e0848b9546812d340a51 Mon Sep 17 00:00:00 2001 From: Jason Kridner Date: Thu, 13 Nov 2008 16:08:22 +0100 Subject: [PATCH] quilt-native: disable getopt for darwin buildhosts --- recipes/quilt/quilt-native.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/quilt/quilt-native.inc b/recipes/quilt/quilt-native.inc index f18626a8a9..2e2230bb22 100644 --- a/recipes/quilt/quilt-native.inc +++ b/recipes/quilt/quilt-native.inc @@ -12,6 +12,7 @@ inherit autotools native PATCHTOOL = "patch" EXTRA_OECONF = "--disable-nls" +EXTRA_OECONF_append_darwin = " --without-getopt" do_configure () { oe_runconf -- 2.39.5