From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mga01.intel.com ([192.55.52.88]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1Q5eoO-0002pE-QI for openembedded-core@lists.openembedded.org; Fri, 01 Apr 2011 15:54:54 +0200 Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 01 Apr 2011 06:52:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.63,282,1299484800"; d="scan'208";a="904497892" Received: from unknown (HELO localhost) ([10.255.12.172]) by fmsmga001.fm.intel.com with ESMTP; 01 Apr 2011 06:52:47 -0700 Message-Id: <40b58fbe809c92bf15d1fcb7962af95ad04a92fc.1301665368.git.josh@linux.intel.com> In-Reply-To: References: Old-Date: Thu, 31 Mar 2011 13:54:45 +0100 Date: Fri, 01 Apr 2011 14:52:46 +0100 To: openembedded-core@lists.openembedded.org CC: From: Joshua Lock Subject: [PATCH 5/7] libx11: disable building of specs X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 13:54:57 -0000 From: Joshua Lock Generating Postscript specs fails on Fedora 15, I don't *think* we need them so disable them. Signed-off-by: Joshua Lock --- meta/recipes-graphics/xorg-lib/libx11.inc | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/xorg-lib/libx11.inc b/meta/recipes-graphics/xorg-lib/libx11.inc index 267a03a..030b0db 100644 --- a/meta/recipes-graphics/xorg-lib/libx11.inc +++ b/meta/recipes-graphics/xorg-lib/libx11.inc @@ -11,7 +11,7 @@ PROVIDES = "virtual/libx11" XORG_PN = "libX11" LEAD_SONAME = "libX11.so" -EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h" +EXTRA_OECONF += "--with-keysymdef=${STAGING_INCDIR}/X11/keysymdef.h --disable-specs" FILES_${PN} += "${datadir}/X11/XKeysymDB ${datadir}/X11/XErrorDB ${libdir}/X11/Xcms.txt" FILES_${PN}-locale += "${datadir}/X11/locale ${libdir}/X11/locale" -- 1.7.4.1