All of lore.kernel.org
 help / color / mirror / Atom feed
* Recipe for libserial_0.6.0rc1
@ 2009-06-20 17:59 Elvis Dowson
  2009-06-20 18:09 ` Phil Blundell
  2009-06-20 19:07 ` Koen Kooi
  0 siblings, 2 replies; 15+ messages in thread
From: Elvis Dowson @ 2009-06-20 17:59 UTC (permalink / raw)
  To: OpenEmbedded Developers

Hi,
	I'm trying to create a recipe for libserial-0.6.0rc1. There is a  
folder called sip in the package. How can I modify the recipe to  
remove the sip folder from the list of files to be configured and  
compiled?

DESCRIPTION = "C++ library for serial port support."
SECTION = "libs"
LICENSE = "GPL"
HOMEPAGE = "http://libserial.sourceforge.net/mediawiki/index.php/Main_Page 
"

SRC_URI = "${SOURCEFORGE_MIRROR}/libserial/libserial-${PV}.tar.gz"

S = "${WORKDIR}/libserial-${PV}"

inherit autotools pkgconfig

do_stage() {
	autotools_stage_all
}

Best regards,

Elvis




^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-06-20 22:23 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-20 17:59 Recipe for libserial_0.6.0rc1 Elvis Dowson
2009-06-20 18:09 ` Phil Blundell
2009-06-20 18:23   ` Elvis Dowson
2009-06-20 18:27   ` Elvis Dowson
2009-06-20 18:37     ` Phil Blundell
2009-06-20 19:05       ` Elvis Dowson
2009-06-20 19:52         ` Phil Blundell
2009-06-20 20:06           ` Elvis Dowson
2009-06-20 20:20           ` Elvis Dowson
2009-06-20 20:59             ` Phil Blundell
2009-06-20 21:10               ` Elvis Dowson
2009-06-20 19:07 ` Koen Kooi
2009-06-20 19:49   ` Elvis Dowson
2009-06-20 21:29     ` Koen Kooi
2009-06-20 22:12       ` Philip Balister

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.