From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.pbcl.net ([88.198.119.4] helo=hetzner.pbcl.net) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TINb3-00066F-SJ for openembedded-core@lists.openembedded.org; Sun, 30 Sep 2012 19:46:29 +0200 Received: from blundell.swaffham-prior.co.uk ([91.216.112.25] helo=[192.168.114.6]) by hetzner.pbcl.net with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1TINOZ-00048h-SR for openembedded-core@lists.openembedded.org; Sun, 30 Sep 2012 19:33:36 +0200 Message-ID: <1349026269.4422.61.camel@x121e.pbcl.net> From: Phil Blundell To: openembedded-core@lists.openembedded.org Date: Sun, 30 Sep 2012 18:31:09 +0100 In-Reply-To: <1349025579.4422.60.camel@x121e.pbcl.net> References: <1349025579.4422.60.camel@x121e.pbcl.net> X-Mailer: Evolution 3.4.3-1 Mime-Version: 1.0 Subject: Re: [PATCH] pango: don't try to split modules if none were installed X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Sep 2012 17:46:29 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit On Sun, 2012-09-30 at 18:19 +0100, Phil Blundell wrote: > - do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + '${bindir}/${MLPREFIX}pango-querymodules > /etc/pango/${MLPREFIX}pango.modules') > + > + if os.path.exists(os.path.join(d.expand('${D}'), modules_root)): > + do_split_packages(d, modules_root, '^pango-(.*)\.so$', 'pango-module-%s', 'Pango module %s', prologue + '${bindir}/${MLPREFIX}pango-querymodules > /etc/pango/${MLPREFIX}pango.modules') > } Hm, I seem to have sent the wrong version of this patch. Please ignore that one. p.