All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCHv2 16/21] dtc: update to 1.4.7
Date: Thu,  6 Sep 2018 12:40:31 +0200	[thread overview]
Message-ID: <1536230436-30342-16-git-send-email-alex.kanavin@gmail.com> (raw)
In-Reply-To: <1536230436-30342-1-git-send-email-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 meta/recipes-kernel/dtc/dtc/make_install.patch     | 23 +++++++++++++++-------
 .../dtc/{dtc_1.4.6.bb => dtc_1.4.7.bb}             |  2 +-
 2 files changed, 17 insertions(+), 8 deletions(-)
 rename meta/recipes-kernel/dtc/{dtc_1.4.6.bb => dtc_1.4.7.bb} (81%)

diff --git a/meta/recipes-kernel/dtc/dtc/make_install.patch b/meta/recipes-kernel/dtc/dtc/make_install.patch
index ccf17b3..ea9359e 100644
--- a/meta/recipes-kernel/dtc/dtc/make_install.patch
+++ b/meta/recipes-kernel/dtc/dtc/make_install.patch
@@ -1,17 +1,26 @@
+From e9852b9d206df1e42aa4c8afec55a0f5e099b533 Mon Sep 17 00:00:00 2001
+From: Saul Wold <sgw@linux.intel.com>
+Date: Thu, 3 Nov 2011 08:35:47 -0700
+Subject: [PATCH] dtc: Add patch to correctly install shared libraries and
+
 Upstream-Status: Inappropriate [configuration]
 
-Index: git/Makefile
-===================================================================
---- git.orig/Makefile
-+++ git/Makefile
-@@ -168,8 +168,8 @@ install-bin: all $(SCRIPTS)
+---
+ Makefile | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile b/Makefile
+index d8ebc4f..f5e01be 100644
+--- a/Makefile
++++ b/Makefile
+@@ -205,8 +205,8 @@ install-bin: all $(SCRIPTS)
  install-lib: all
  	@$(VECHO) INSTALL-LIB
  	$(INSTALL) -d $(DESTDIR)$(LIBDIR)
--	$(INSTALL) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)
+-	$(INSTALL_LIB) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)
 -	ln -sf $(notdir $(LIBFDT_lib)) $(DESTDIR)$(LIBDIR)/$(LIBFDT_soname)
 +	$(INSTALL) $(LIBFDT_lib) $(DESTDIR)$(LIBDIR)/$(LIBFDT_soname)
 +	ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/$(notdir $(LIBFDT_lib))
  	ln -sf $(LIBFDT_soname) $(DESTDIR)$(LIBDIR)/libfdt.$(SHAREDLIB_EXT)
- 	$(INSTALL) -m 644 $(LIBFDT_archive) $(DESTDIR)$(LIBDIR)
+ 	$(INSTALL_DATA) $(LIBFDT_archive) $(DESTDIR)$(LIBDIR)
  
diff --git a/meta/recipes-kernel/dtc/dtc_1.4.6.bb b/meta/recipes-kernel/dtc/dtc_1.4.7.bb
similarity index 81%
rename from meta/recipes-kernel/dtc/dtc_1.4.6.bb
rename to meta/recipes-kernel/dtc/dtc_1.4.7.bb
index 78c5736..6ce462a 100644
--- a/meta/recipes-kernel/dtc/dtc_1.4.6.bb
+++ b/meta/recipes-kernel/dtc/dtc_1.4.7.bb
@@ -3,7 +3,7 @@ require dtc.inc
 LIC_FILES_CHKSUM = "file://GPL;md5=94d55d512a9ba36caa9b7df079bae19f \
 		    file://libfdt/libfdt.h;beginline=3;endline=52;md5=fb360963151f8ec2d6c06b055bcbb68c"
 
-SRCREV = "e54388015af1fb4bf04d0bca99caba1074d9cc42"
+SRCREV = "88f18909db731a627456f26d779445f84e449536"
 
 S = "${WORKDIR}/git"
 
-- 
2.7.4



  parent reply	other threads:[~2018-09-06 10:40 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-06 10:40 [PATCHv2 01/21] eee-acpi-scripts: remove the recipe Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 02/21] sysprof: update to 3.30.0 Alexander Kanavin
2018-09-06 22:09   ` Richard Purdie
2018-09-06 10:40 ` [PATCHv2 03/21] bzip2: do not perform upstream verison check Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 04/21] dos2unix: fix upstream version check Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 05/21] qemu: " Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 06/21] rpm: update to 4.14.2 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 07/21] libsolv: update to 0.6.35 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 08/21] babetrace: update to 1.5.6 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 09/21] btrfs-tools: update to 4.17.1 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 10/21] iso-codes: update to 4.1 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 11/21] lighttpd: update to 1.4.50 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 12/21] cantarell-fonts: update to 0.0.25 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 13/21] boost: update to 1.68.0 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 14/21] gdbm: update to 1.18 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 15/21] gptfdisk: update to 1.0.4 Alexander Kanavin
2018-09-06 10:40 ` Alexander Kanavin [this message]
2018-09-06 10:40 ` [PATCHv2 17/21] vala: update to 0.42.0 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 18/21] meson: update to 0.47.2 Alexander Kanavin
2018-09-06 14:19   ` Richard Purdie
2018-09-06 10:40 ` [PATCHv2 19/21] gtk-doc: update to 1.29 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 20/21] glib: update to 2.58.0 Alexander Kanavin
2018-09-06 10:40 ` [PATCHv2 21/21] gobject-introspection: update to 1.58.0 Alexander Kanavin

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=1536230436-30342-16-git-send-email-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@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.