All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix setscene of binutils-cross-sdk_2.17: Switch binutils_2.17.bb to INC_PR
@ 2009-11-22 12:19 Bernhard Kaindl
  0 siblings, 0 replies; only message in thread
From: Bernhard Kaindl @ 2009-11-22 12:19 UTC (permalink / raw)
  To: openembedded-devel

binutils_2.17.bb and binutils-cross-sdk_2.17.bb:
 * All of the binutils-cross-sdk_*.bb recipes rely on their binutils_*.bb
   recipe to define INC_PR, but binutils_2.17.bb does not define it, so
   setscene of binutils-cross-sdk_2.17 fails because it does a mkdir of
   work/.../binutils-cross-sdk-2.17-\$\{INC_PR\}.1/ which causes an abort
   when trying to find the setscene scripts later.
   Fix this by switching binutils_2.17.bb to INC_PR like silbings have done.

Signed-off-by: Bernhard Kaindl <bernhard.kaindl@gmx.net>

 binutils_2.17.bb |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/recipes/binutils/binutils_2.17.bb b/recipes/binutils/binutils_2.17.bb
index fdee8a5..ceea7c6 100644
--- a/recipes/binutils/binutils_2.17.bb
+++ b/recipes/binutils/binutils_2.17.bb
@@ -1,7 +1,8 @@
 require binutils.inc
 require binutils-avr32.inc
 
-PR = "r7"
+INC_PR = "r7"
+PR = "${INC_PR}.1"
 
 SRC_URI = \
     "http://ftp.gnu.org/gnu/binutils/binutils-${PV}.tar.bz2 \



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-22 12:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-11-22 12:19 [PATCH] Fix setscene of binutils-cross-sdk_2.17: Switch binutils_2.17.bb to INC_PR Bernhard Kaindl

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.