All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <k.kooi@student.utwente.nl>
To: openembedded-devel@openembedded.org
Subject: Re: [STABLE][PATCH] fbprogress: make it work better
Date: Wed, 17 Jun 2009 14:12:18 +0200	[thread overview]
Message-ID: <h1amj3$to4$1@ger.gmane.org> (raw)
In-Reply-To: <1245240442-32628-1-git-send-email-marcin@juszkiewicz.com.pl>

On 17-06-09 14:07, Marcin Juszkiewicz wrote:
> From: Marcin Juszkiewicz<marcin@buglabs.net>
>
> - images are kept in /usr/share/fbprogress
> - proper framebuffer is used
> - include paths and libraries to link with are given in recipe instead
>    of makefile
>
> Signed-off-by: Marcin Juszkiewicz<marcin@buglabs.net>

Acked-by: Koen Kooi <koen@openembedded.org>


> ---
>   recipes/fbprogress/fbprogress_1.1.bb |   19 +++++++++++--------
>   1 files changed, 11 insertions(+), 8 deletions(-)
>
> diff --git a/recipes/fbprogress/fbprogress_1.1.bb b/recipes/fbprogress/fbprogress_1.1.bb
> index 8d603b8..855d1ca 100644
> --- a/recipes/fbprogress/fbprogress_1.1.bb
> +++ b/recipes/fbprogress/fbprogress_1.1.bb
> @@ -3,8 +3,8 @@ AUTHOR = "Angel Roman"
>   HOMEPAGE = "http://www.buglabs.net/"
>   LICENSE = "GPL"
>   DEPENDS = "freetype zlib virtual/kernel"
> -SRCREV = "9118"
> -PR = "r1"
> +SRCREV = "9405"
> +PR = "r2"
>
>   SRC_URI = "svn://svn.buglabs.net/bug/trunk;module=com.buglabs.bug.native.fbprogress;proto=svn \
>              file://fbprogress-init"
> @@ -13,14 +13,17 @@ S = "${WORKDIR}/com.buglabs.bug.native.fbprogress"
>
>   inherit update-rc.d
>
> -EXTRA_OEMAKE = "BUG_LINUX_SRC=${STAGING_KERNEL_DIR}"
> +TARGET_CXXFLAGS += "-I${STAGING_INCDIR}/freetype2 -I${STAGING_KERNEL_DIR}/include"
> +TARGET_LDFLAGS  += "-L${STAGING_LIBDIR} -lfreetype -lz"
>
>   do_install() {
> -  install -d ${D}/${sysconfdir}/fbprogress
> -  install -m 0644 ${S}/images/* ${D}/${sysconfdir}/fbprogress/
> -  install -d ${D}${layout_bindir}
> -  install -m 0755 fbprogress ${D}${layout_bindir}
> -  install -m 0755 fbprogress.sh ${D}${layout_bindir}
> +  install -d ${D}/${datadir}/fbprogress
> +  install -m 0644 ${S}/images/* ${D}/${datadir}/fbprogress/
> +
> +  install -d ${D}${bindir}
> +  install -m 0755 fbprogress ${D}${bindir}
> +  install -m 0755 fbprogress.sh ${D}${bindir}
> +
>     install -d ${D}/${sysconfdir}/init.d
>     install -m 0755 ${WORKDIR}/fbprogress-init ${D}/${sysconfdir}/init.d/fbprogress
>   }





      reply	other threads:[~2009-06-17 12:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-17 12:07 [STABLE][PATCH] fbprogress: make it work better Marcin Juszkiewicz
2009-06-17 12:12 ` Koen Kooi [this message]

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='h1amj3$to4$1@ger.gmane.org' \
    --to=k.kooi@student.utwente.nl \
    --cc=openembedded-devel@lists.openembedded.org \
    --cc=openembedded-devel@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.