From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ea0-f175.google.com ([209.85.215.175]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1TTTxn-00084Q-NR for openembedded-devel@lists.openembedded.org; Wed, 31 Oct 2012 09:47:51 +0100 Received: by mail-ea0-f175.google.com with SMTP id c1so439361eaa.6 for ; Wed, 31 Oct 2012 01:34:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:cc:subject:message-id:references:mime-version :content-type:content-disposition:in-reply-to:user-agent; bh=Nbv6bbj6VQGKyKWUI96ZNyUCS/yVJ7KTBbeLv7oWEIA=; b=NWO0LBjo8+73rOs4jUowW9cbB5ncXMHkO/bHxV6zaBzWluZ7NIjpzYKpddGqiYm/ow 6IDGkDrSBhUNc1CJa81RylR5XRhxtbDkb5rZ7OKeQLDPaWfJYbogX8gfaqFxM0vcT7CL RKFCeWZGpxYzPXDMRXH9G2sGDiCa3ZGeC9zUyPtQcWRvMRleFbiC99fW4CEd/L/UWoOG gVxcLaS2trBoB/eaC1llfSd2E/RWfdWE7nuYHb5kM9c+sPeZL4Rv8lrWeGFtik4Gbsgg /cok2XA71OaRmjxa192lXD3UudPwrmETeBx+4MqEgsjmz9U6pIyQkqwB21FLHqU75WgT IeKw== Received: by 10.14.203.3 with SMTP id e3mr69759942eeo.35.1351672455278; Wed, 31 Oct 2012 01:34:15 -0700 (PDT) Received: from localhost ([94.230.152.246]) by mx.google.com with ESMTPS id t7sm6575295eel.14.2012.10.31.01.34.12 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 31 Oct 2012 01:34:13 -0700 (PDT) Date: Wed, 31 Oct 2012 09:34:08 +0100 From: Martin Jansa To: Andrei Dinu Message-ID: <20121031083408.GA3272@jama.jama.net> References: <1351076498-28950-1-git-send-email-andrei.adrianx.dinu@intel.com> <20121024111051.GD3269@jama.jama.net> MIME-Version: 1.0 In-Reply-To: <20121024111051.GD3269@jama.jama.net> User-Agent: Mutt/1.5.21 (2010-09-15) Cc: openembedded-devel@lists.openembedded.org Subject: Re: [meta-oe] gypsy: added to meta-oe/recipes-navigation X-BeenThere: openembedded-devel@lists.openembedded.org X-Mailman-Version: 2.1.11 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: Wed, 31 Oct 2012 08:47:51 -0000 X-Groupsio-MsgNum: 41367 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="SLDf9lqlvOQaIe6s" Content-Disposition: inline --SLDf9lqlvOQaIe6s Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Wed, Oct 24, 2012 at 01:10:51PM +0200, Martin Jansa wrote: > On Wed, Oct 24, 2012 at 02:01:38PM +0300, Andrei Dinu wrote: > > Added gypsy to meta-oe/recipes-navigation >=20 > Looks better, thanks. >=20 > 0001-gypsy-m4-directory-missing-from-structure.patch which you added in > previous version is not needed? ping > > Signed-off-by: Andrei Dinu > > --- > > .../recipes-navigation/gypsy/files/fixups.patch | 21 ++++++++++++= +++++ > > meta-oe/recipes-navigation/gypsy/gypsy.inc | 15 ++++++++++++ > > meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb | 24 ++++++++++++= ++++++++ > > meta-oe/recipes-navigation/gypsy/gypsy_git.bb | 18 ++++++++++++= +++ > > 4 files changed, 78 insertions(+) > > create mode 100644 meta-oe/recipes-navigation/gypsy/files/fixups.patch > > create mode 100644 meta-oe/recipes-navigation/gypsy/gypsy.inc > > create mode 100644 meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb > > create mode 100644 meta-oe/recipes-navigation/gypsy/gypsy_git.bb > >=20 > > diff --git a/meta-oe/recipes-navigation/gypsy/files/fixups.patch b/meta= -oe/recipes-navigation/gypsy/files/fixups.patch > > new file mode 100644 > > index 0000000..de4d92e > > --- /dev/null > > +++ b/meta-oe/recipes-navigation/gypsy/files/fixups.patch > > @@ -0,0 +1,21 @@ > > +Upstream-Status: Inappropriate [configuration] > > + > > +--- > > + docs/reference/Makefile.am | 2 ++ > > + 1 file changed, 2 insertions(+) > > + > > +--- gypsy.orig/docs/reference/Makefile.am > > ++++ gypsy/docs/reference/Makefile.am > > +@@ -81,10 +81,12 @@ expand_content_files=3D > > + # e.g. GTKDOC_LIBS=3D$(top_builddir)/gtk/$(gtktargetlib) > > +=20 > > + INCLUDES=3D-I$(top_srcdir) $(GYPSY_CFLAGS) > > + GTKDOC_LIBS=3D$(top_builddir)/gypsy/libgypsy.la $(GYPSY_LIBS) > > +=20 > > ++EXTRA_DIST =3D > > ++CLEANFILES =3D > > + # This includes the standard gtk-doc make rules, copied by gtkdocize. > > + include $(top_srcdir)/gtk-doc.make > > +=20 > > + # Other files to distribute > > + # e.g. EXTRA_DIST +=3D version.xml.in > > diff --git a/meta-oe/recipes-navigation/gypsy/gypsy.inc b/meta-oe/recip= es-navigation/gypsy/gypsy.inc > > new file mode 100644 > > index 0000000..0c1735e > > --- /dev/null > > +++ b/meta-oe/recipes-navigation/gypsy/gypsy.inc > > @@ -0,0 +1,15 @@ > > +SUMMARY =3D "GPS Multiplexing Daemon" > > +DESCRIPTION =3D "Gypsy is a GPS multiplexing daemon which allows \ > > +multiple clients to access GPS data from multiple GPS sources \ > > +concurrently. Gypsy also hides the details of parsing NMEA from the \ > > +client applications, passing the data as simple values for the clients= \ > > +to use." > > +LICENSE =3D "GPLv2.0 & LGPLv2.1" > > +SECTION =3D "x11" > > +DEPENDS =3D "glib-2.0 dbus bluez4 dbus-glib" > > + > > +inherit autotools pkgconfig gtk-doc > > + > > +EXTRA_OECONF +=3D "--with-distro=3Ddebian" > > + > > +FILES_${PN} +=3D "/usr/share/dbus-1/services/" > > diff --git a/meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb b/meta-oe/re= cipes-navigation/gypsy/gypsy_0.9.bb > > new file mode 100644 > > index 0000000..51207c9 > > --- /dev/null > > +++ b/meta-oe/recipes-navigation/gypsy/gypsy_0.9.bb > > @@ -0,0 +1,24 @@ > > +SUMMARY =3D "GPS Multiplexing Daemon" > > +DESCRIPTION =3D "Gypsy is a GPS multiplexing daemon which allows \ > > +multiple clients to access GPS data from multiple GPS sources \ > > +concurrently. Gypsy also hides the details of parsing NMEA from the \ > > +client applications, passing the data as simple values for the clients= \ > > +to use." > > +LICENSE =3D "GPLv2+ & LGPLv2+" > > +LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D751419260aa954499f7abaabaa8= 82bbe \ > > + file://COPYING.lib;md5=3D7fbc338309ac38fefcd64b04b= b903e34 \ > > + file://src/main.c;beginline=3D1;endline=3D25;md5= =3D3fe64e27e61b289b77383a54a982cbdd \ > > + file://gypsy/gypsy-time.h;beginline=3D1;endline=3D= 24;md5=3D06432ea19a7b6607428d04d9dadc37fd" > > + > > +SECTION =3D "x11" > > +DEPENDS =3D "glib-2.0 dbus bluez4 dbus-glib libxslt" > > + > > +SRC_URI =3D "http://gypsy.freedesktop.org/releases/gypsy-${PV}.tar.gz" > > +PR =3D "r1" > > + > > +inherit autotools pkgconfig > > + > > +FILES_${PN} +=3D "/usr/share/dbus-1/system-services/" > > + > > +SRC_URI[md5sum] =3D "e2d186df9c2cc3b70a027043e22acf1a" > > +SRC_URI[sha256sum] =3D "14e1cbe17351f408538e033ca370b4bf51ccf9c88744e2= 36ddfb271904f154d6" > > diff --git a/meta-oe/recipes-navigation/gypsy/gypsy_git.bb b/meta-oe/re= cipes-navigation/gypsy/gypsy_git.bb > > new file mode 100644 > > index 0000000..e5c564f > > --- /dev/null > > +++ b/meta-oe/recipes-navigation/gypsy/gypsy_git.bb > > @@ -0,0 +1,18 @@ > > +require gypsy.inc > > + > > +DEFAULT_PREFERENCE =3D "-1" > > + > > +SRCREV =3D "be8c9c382d2d1d37b51d29b0843045121ec90213" > > +PV =3D "0.9+git${SRCPV}" > > +PR =3D "r1" > > + > > +S =3D "${WORKDIR}/git" > > + > > +LICENSE =3D "GPLv2+ & LGPLv2+" > > +LIC_FILES_CHKSUM =3D "file://COPYING;md5=3D751419260aa954499f7abaabaa8= 82bbe \ > > + file://COPYING.lib;md5=3D7fbc338309ac38fefcd64b04b= b903e34 \ > > + file://src/main.c;beginline=3D1;endline=3D25;md5= =3D3fe64e27e61b289b77383a54a982cbdd \ > > + file://gypsy/gypsy-time.h;beginline=3D1;endline=3D= 24;md5=3D06432ea19a7b6607428d04d9dadc37fd" > > + > > +SRC_URI =3D "git://anongit.freedesktop.org/gypsy;protocol=3Dgit \ > > + file://fixups.patch" > > --=20 > > 1.7.9.5 > >=20 > >=20 > > _______________________________________________ > > Openembedded-devel mailing list > > Openembedded-devel@lists.openembedded.org > > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel >=20 > --=20 > Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --=20 Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com --SLDf9lqlvOQaIe6s Content-Type: application/pgp-signature; name="signature.asc" Content-Description: Digital signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (GNU/Linux) iEYEARECAAYFAlCQ4oAACgkQN1Ujt2V2gBy6CwCfS9pJOhuGlQfb19eRDXjRw+ir DTQAniAZExYBM8l+juWv7+CNW7tEo71H =POuK -----END PGP SIGNATURE----- --SLDf9lqlvOQaIe6s--