From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from plane.gmane.org (plane.gmane.org [80.91.229.3]) by mail.openembedded.org (Postfix) with ESMTP id 6D28360FDF for ; Fri, 13 Sep 2013 14:18:34 +0000 (UTC) Received: from list by plane.gmane.org with local (Exim 4.69) (envelope-from ) id 1VKUCb-0002ah-HA for openembedded-devel@lists.openembedded.org; Fri, 13 Sep 2013 16:18:29 +0200 Received: from ip4da2a5ae.direct-adsl.nl ([77.162.165.174]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Sep 2013 16:18:29 +0200 Received: from koen by ip4da2a5ae.direct-adsl.nl with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Fri, 13 Sep 2013 16:18:29 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: openembedded-devel@lists.openembedded.org From: Koen Kooi Date: Fri, 13 Sep 2013 16:18:19 +0200 Message-ID: References: <1379078574-23993-1-git-send-email-ml@communistcode.co.uk> Mime-Version: 1.0 X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: ip4da2a5ae.direct-adsl.nl User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 In-Reply-To: <1379078574-23993-1-git-send-email-ml@communistcode.co.uk> X-Enigmail-Version: 1.5.2 Subject: Re: [meta-oe][PATCHv2] libsoc: new recipe X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: openembedded-devel@lists.openembedded.org List-Id: Using the OpenEmbedded metadata to build Distributions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Sep 2013 14:18:34 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Op 13-09-13 15:22, Jack Mitchell schreef: > From: Jack Mitchell > > Signed-off-by: Jack Mitchell --- > > Change from v1: added signed-off-by > > meta-oe/recipes-support/libsoc/libsoc_0.3.bb | 18 ++++++++++++++++++ 1 > file changed, 18 insertions(+) create mode 100644 > meta-oe/recipes-support/libsoc/libsoc_0.3.bb > > diff --git a/meta-oe/recipes-support/libsoc/libsoc_0.3.bb > b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb new file mode 100644 index > 0000000..e91e152 --- /dev/null +++ > b/meta-oe/recipes-support/libsoc/libsoc_0.3.bb @@ -0,0 +1,18 @@ +SUMMARY > = "libsoc is a C library for interfacing with common SoC peripherals > through generic kernel interfaces" +HOMEPAGE = > "https://github.com/jackmitch/libsoc" + +LICENSE = "LGPLv2.1" > +LIC_FILES_CHKSUM = > "file://COPYING;md5=e0bfebea12a718922225ba987b2126a5" + +inherit > autotools + +DEPENDS = "libgcc" Isn't that automatically implied with gcc-cross? > + +SRCREV = "0764ee52b590d5ccb4bd4698f0011496b536ed70" +SRC_URI = > "git://github.com/jackmitch/libsoc.git" + +S = "${WORKDIR}/git" + > +do_configure_prepend () { + ./autogen.sh +} What is autotools.bbclass missing that autogen does? regards, Koen -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (Darwin) Comment: GPGTools - http://gpgtools.org iD8DBQFSMx6rMkyGM64RGpERArDxAJwKCadoIk9k805PYnEChUKBRuSMrACeOUyq 0+C2PxH9+SPbYA8QgwAmrdE= =c9HA -----END PGP SIGNATURE-----