All of lore.kernel.org
 help / color / mirror / Atom feed
From: Philip Balister <philip@balister.org>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [STABLE][PATCH 34/37] startup-monitor: fix makefile - don't strip on install
Date: Wed, 13 May 2009 10:23:54 -0400	[thread overview]
Message-ID: <4A0AD7FA.5020906@balister.org> (raw)
In-Reply-To: <1242207556-15601-35-git-send-email-k.kooi@student.utwente.nl>

[-- Attachment #1: Type: text/plain, Size: 1736 bytes --]

Acked-by: Philip Balister <philip@balister.org>

koen.kooi@gmail.com wrote:
> From: Andrea Adami <andrea.adami@gmail.com>
> 
> Signed-off-by: Koen Kooi <koen@openembedded.org>
> ---
>  recipes/startup-monitor/files/makefile-fix.patch  |   11 +++++++++++
>  recipes/startup-monitor/startup-monitor_0.18-2.bb |    2 ++
>  2 files changed, 13 insertions(+), 0 deletions(-)
>  create mode 100644 recipes/startup-monitor/files/makefile-fix.patch
> 
> diff --git a/recipes/startup-monitor/files/makefile-fix.patch b/recipes/startup-monitor/files/makefile-fix.patch
> new file mode 100644
> index 0000000..6d50c8f
> --- /dev/null
> +++ b/recipes/startup-monitor/files/makefile-fix.patch
> @@ -0,0 +1,11 @@
> +--- /tmp/Makefile.old	2006-01-16 13:40:16.000000000 +0100
> ++++ startup-monitor/Makefile	2009-05-09 23:08:22.000000000 +0200
> +@@ -41,7 +41,7 @@
> + 
> + install-program: all
> + 	mkdir -p $(DESTDIR)$(PREFIX)/bin
> +-	install -s $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> ++	install $(PACKAGE) $(DESTDIR)$(PREFIX)/bin/$(PACKAGE)
> + 	mkdir -p $(DESTDIR)/etc/X11/Xsession.d
> + 	install $(PACKAGE).xsession $(DESTDIR)/etc/X11/Xsession.d/70startup-monitor
> + 
> diff --git a/recipes/startup-monitor/startup-monitor_0.18-2.bb b/recipes/startup-monitor/startup-monitor_0.18-2.bb
> index 34e7656..38ec504 100644
> --- a/recipes/startup-monitor/startup-monitor_0.18-2.bb
> +++ b/recipes/startup-monitor/startup-monitor_0.18-2.bb
> @@ -7,3 +7,5 @@ DEPENDS = "virtual/libx11 startup-notification glib-2.0 libmatchbox"
>  inherit gpe pkgconfig
>  
>  #SRC_URI = "http://www.freedesktop.org/software/startup-notification/releases/${P}.tar.gz"
> +
> +SRC_URI += "file://makefile-fix.patch;patch=1"

[-- Attachment #2: S/MIME Cryptographic Signature --]
[-- Type: application/x-pkcs7-signature, Size: 3303 bytes --]

  reply	other threads:[~2009-05-13 14:30 UTC|newest]

Thread overview: 78+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-13  9:38 [STABLE][PATCH 00/37] Fix install -s problems koen.kooi
2009-05-13  9:38 ` [STABLE][PATCH 01/37] ipaq-sleep: don't strip during install - using coreutils this now breaks (strip: unable to recognise the format of the input file) koen.kooi
2009-05-13 13:56   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 02/37] gpe-question: don't strip during install - this breaks now with new install - strip is done in packaging koen.kooi
2009-05-13 13:56   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 03/37] gpe-othello: " koen.kooi
2009-05-13 13:57   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 04/37] gpe-nmf: " koen.kooi
2009-05-13 14:03   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 05/37] gpe-lights: " koen.kooi
2009-05-13 14:04   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 06/37] gpe-go: " koen.kooi
2009-05-13 14:05   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 07/37] gpe-soundbite: " koen.kooi
2009-05-13 14:05   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 08/37] gpe-calculator: " koen.kooi
2009-05-13 14:06   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 09/37] libdisplaymigration: Makefile fix - don't strip on install koen.kooi
2009-05-13 14:06   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 10/37] gpe-confd: " koen.kooi
2009-05-13 14:07   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 11/37] xst: " koen.kooi
2009-05-13 14:10   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 12/37] gpe-su: " koen.kooi
2009-05-13 14:12   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 13/37] minilite: " koen.kooi
2009-05-13 14:13   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 14/37] keylaunch: " koen.kooi
2009-05-13 14:13   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 15/37] gpe-taskmanager: " koen.kooi
2009-05-13 14:14   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 16/37] teleport: " koen.kooi
2009-05-13 14:14   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 17/37] gpe-autostarter: " koen.kooi
2009-05-13 14:15   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 18/37] gpe-soundserver: " koen.kooi
2009-05-13 14:15   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 19/37] gpe-aerial: fix Makefiles " koen.kooi
2009-05-13 14:15   ` Philip Balister
2009-05-13  9:38 ` [STABLE][PATCH 20/37] teleport: reorder patches for old version 0.33 (still breaks compiling) koen.kooi
2009-05-14  7:00   ` Koen Kooi
2009-05-13  9:39 ` [STABLE][PATCH 21/37] gpe-autostarter_svn: remove 'no strip patch' and hope they fix upstream koen.kooi
2009-05-13 14:17   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 22/37] gpe-su: remove unused entries from checksums.ini koen.kooi
2009-05-13 13:07   ` Frans Meulenbroeks
2009-05-13 14:02     ` Koen Kooi
2009-05-13  9:39 ` [STABLE][PATCH 23/37] libart-lgpl: fix install issue, switch to INC_PR scheme koen.kooi
2009-05-13 14:18   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 24/37] xdemineur: Don't do "install -s" koen.kooi
2009-05-13 14:19   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 25/37] libart-lgpl: remove INSTALL variable as install should be provided by autotools koen.kooi
2009-05-13 14:19   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 26/37] gsoko: don't do "install -s" koen.kooi
2009-05-13 14:19   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 27/37] gpe-plucker: Fix install koen.kooi
2009-05-13 14:20   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 28/37] gpe-plucker: Add patch koen.kooi
2009-05-13 14:20   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 29/37] gpe-announce: Fix install: don't do install -s koen.kooi
2009-05-13 14:21   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 30/37] gpe-clock: Fix install: Don't " koen.kooi
2009-05-13 14:22   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 31/37] gpe-tetris: Fix install: don't di " koen.kooi
2009-05-13 14:22   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 32/37] gpe-watch: Fix install: don't do " koen.kooi
2009-05-13 14:23   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 33/37] gpe-mixer: fix Makefile - don't strip on install koen.kooi
2009-05-13 14:23   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 34/37] startup-monitor: fix makefile " koen.kooi
2009-05-13 14:23   ` Philip Balister [this message]
2009-05-13  9:39 ` [STABLE][PATCH 35/37] netpbm: remove -s on install (sigh) koen.kooi
2009-05-13 14:24   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 36/37] logrotate: remove -s on install koen.kooi
2009-05-13 14:24   ` Philip Balister
2009-05-13  9:39 ` [STABLE][PATCH 37/37] monit: add patch to remove -s in install koen.kooi
2009-05-14  7:00   ` Koen Kooi
2009-05-14 12:35     ` Philip Balister
2009-05-13 14:05 ` [STABLE][PATCH 00/37] Fix install -s problems Koen Kooi

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=4A0AD7FA.5020906@balister.org \
    --to=philip@balister.org \
    --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.