All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH 1/2] gpsd: Prepare recipe and inc for version bump
Date: Sat, 23 Jan 2010 11:45:06 +0100	[thread overview]
Message-ID: <hjejvh$m65$2@ger.gmane.org> (raw)
In-Reply-To: <1264197527-25414-1-git-send-email-michael.lippautz@gmail.com>

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Speaking of GPSD, should we make the default config use a control socket
instead of hardcoding ttyS3?

regards,

Koen

On 22-01-10 22:58, Michael Lippautz wrote:
> 
> Signed-off-by: Michael Lippautz <michael.lippautz@gmail.com>
> ---
>  recipes/gpsd/gpsd.inc     |    9 ++++++---
>  recipes/gpsd/gpsd_2.38.bb |    4 +++-
>  2 files changed, 9 insertions(+), 4 deletions(-)
> 
> diff --git a/recipes/gpsd/gpsd.inc b/recipes/gpsd/gpsd.inc
> index a917fbe..5efbe2a 100644
> --- a/recipes/gpsd/gpsd.inc
> +++ b/recipes/gpsd/gpsd.inc
> @@ -5,12 +5,14 @@ LICENSE = "GPL"
>  DEPENDS = "dbus-glib ncurses python"
>  PROVIDES = "virtual/gpsd"
>  
> +INC_PR = "r0"
> +
>  EXTRA_OECONF = "--x-includes=${STAGING_INCDIR}/X11 \
>                  --x-libraries=${STAGING_LIBDIR} \
>                  --enable-dbus \
> -                --enable-python"
> +"
>  
> -SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz \
> +SRC_URI = "http://download.berlios.de/gpsd/gpsd-${PV}.tar.gz;name=gpsd \
>             file://gpsd-default \
>             file://gps-hardware \
>             file://gpsd"
> @@ -28,6 +30,8 @@ LDFLAGS += "-L${STAGING_LIBDIR} -lm"
>  export STAGING_INCDIR
>  export STAGING_LIBDIR
>  
> +TARGET_CC_ARCH += "${LDFLAGS}"
> +
>  do_compile_prepend() {
>      export BUILD_SYS="${BUILD_SYS}"
>      export HOST_SYS="${HOST_SYS}"
> @@ -41,7 +45,6 @@ do_install_prepend() {
>  
>  do_install_append() {
>          install -d ${D}/${sysconfdir}/init.d
> -        install -d ${D}/dev
>          install -m 0755 ${WORKDIR}/gpsd ${D}/${sysconfdir}/init.d/
>          install -m 0755 ${WORKDIR}/gps-hardware ${D}/${sysconfdir}/init.d/gps-hardware.default
>          install -d ${D}/${sysconfdir}/default
> diff --git a/recipes/gpsd/gpsd_2.38.bb b/recipes/gpsd/gpsd_2.38.bb
> index 06a5fe7..7c7a477 100644
> --- a/recipes/gpsd/gpsd_2.38.bb
> +++ b/recipes/gpsd/gpsd_2.38.bb
> @@ -1,5 +1,7 @@
>  require gpsd.inc
>  
> -PR = "r2"
> +PR = "${INC_PR}.1"
>  # make attempts to link gpspacket.so without waiting for all compiler tasks:
>  PARALLEL_MAKE = ""
> +
> +EXTRA_OECONF += " --enable-python "

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (Darwin)

iD8DBQFLWtMyMkyGM64RGpERAtmDAJ9WqnRXPxe1NX6+HWg4hfPxTYd1bACffpoW
SG0ttXz5eVQUTE1J7X6vF5Q=
=+Wfg
-----END PGP SIGNATURE-----




  parent reply	other threads:[~2010-01-23 10:52 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-01-22 21:58 [PATCH 1/2] gpsd: Prepare recipe and inc for version bump Michael Lippautz
2010-01-22 22:21 ` Khem Raj
2010-01-23 10:31   ` Michael Lippautz
2010-01-24 10:38     ` Holger Hans Peter Freyther
2010-01-24 10:56       ` Paul Menzel
2010-01-23 10:45 ` Koen Kooi [this message]
2010-01-23 11:08   ` Michael Lippautz
2010-01-23 14:07     ` Koen Kooi
2010-01-23 19:48       ` Michael Lippautz

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='hjejvh$m65$2@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.