From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.windriver.com (mail.windriver.com [147.11.1.11]) by mx1.pokylinux.org (Postfix) with ESMTP id 9203E4C80479 for ; Tue, 3 May 2011 04:25:51 -0500 (CDT) Received: from ALA-HCA.corp.ad.wrs.com (ala-hca [147.11.189.40]) by mail.windriver.com (8.14.3/8.14.3) with ESMTP id p439PnmW009344 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=FAIL); Tue, 3 May 2011 02:25:49 -0700 (PDT) Received: from localhost (128.224.163.157) by ALA-HCA.corp.ad.wrs.com (147.11.189.50) with Microsoft SMTP Server (TLS) id 14.1.255.0; Tue, 3 May 2011 02:25:49 -0700 Message-ID: Old-Date: Tue, 3 May 2011 16:55:27 +0800 Date: Tue, 3 May 2011 17:28:05 +0800 To: From: Kang Kai MIME-Version: 1.0 X-Originating-IP: [128.224.163.157] Cc: poky@yoctoproject.org Subject: [PATCH 0/2] Add foomatic-filters and ghostscript X-BeenThere: poky@yoctoproject.org X-Mailman-Version: 2.1.13 Precedence: list List-Id: Poky build system developer discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 May 2011 09:25:52 -0000 Content-Type: text/plain From: Kang Kai Hi Saul, I add foomatic-filters and ghostscript to pass LSB commands check. And ghostscript-native is added too to make cross compile ghostscript pass. Because the gs from oe can NOT be compiled, so I add the origin ghostscript, vs the gnu-ghostscript in oe repository. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: kangkai/foomatic_gs Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=kangkai/foomatic_gs Thanks, Kang Kai --- Kang Kai (2): foomatic-filters: added to pass LSB commands check ghostscript: added to pass LSB commands check .../foomatic/foomatic-filters_4.0.7.bb | 23 +++++ .../ghostscript/ghostscript-native_9.02.bb | 35 ++++++++ .../ghostscript-9.02-prevent_recompiling.patch | 92 ++++++++++++++++++++ .../ghostscript/ghostscript_9.02.bb | 40 +++++++++ 4 files changed, 190 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-extended/foomatic/foomatic-filters_4.0.7.bb create mode 100644 meta/recipes-extended/ghostscript/ghostscript-native_9.02.bb create mode 100644 meta/recipes-extended/ghostscript/ghostscript/ghostscript-9.02-prevent_recompiling.patch create mode 100644 meta/recipes-extended/ghostscript/ghostscript_9.02.bb