Openembedded Core Discussions
 help / color / mirror / Atom feed
From: Ionut Radu <ionutx.radu@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 4/9] pciutils: updated from 3.1.10 to 3.2.
Date: Wed,  8 May 2013 17:41:54 +0300	[thread overview]
Message-ID: <1368024119-4149-5-git-send-email-ionutx.radu@intel.com> (raw)
In-Reply-To: <1368024119-4149-1-git-send-email-ionutx.radu@intel.com>

Signed-off-by: Ionut Radu <ionutx.radu@intel.com>
---
 .../configure.patch                                  |    0
 .../guess-fix.patch                                  |    0
 .../lib-build-fix.patch                              |    0
 .../makefile.patch                                   |   18 ++++++++++++++----
 .../pcimodules-pciutils.diff                         |    0
 .../{pciutils_3.1.10.bb => pciutils_3.2.0.bb}        |    4 ++--
 6 files changed, 16 insertions(+), 6 deletions(-)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.10 => pciutils-3.2.0}/configure.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.10 => pciutils-3.2.0}/guess-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.10 => pciutils-3.2.0}/lib-build-fix.patch (100%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.10 => pciutils-3.2.0}/makefile.patch (26%)
 rename meta/recipes-bsp/pciutils/{pciutils-3.1.10 => pciutils-3.2.0}/pcimodules-pciutils.diff (100%)
 rename meta/recipes-bsp/pciutils/{pciutils_3.1.10.bb => pciutils_3.2.0.bb} (92%)

diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/configure.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.10/configure.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.2.0/configure.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/guess-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.10/guess-fix.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.2.0/guess-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/lib-build-fix.patch
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.10/lib-build-fix.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.2.0/lib-build-fix.patch
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch b/meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch
similarity index 26%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch
rename to meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch
index 811aac8..d123cb8 100644
--- a/meta/recipes-bsp/pciutils/pciutils-3.1.10/makefile.patch
+++ b/meta/recipes-bsp/pciutils/pciutils-3.2.0/makefile.patch
@@ -1,9 +1,10 @@
 Upstream-Status: Inappropriate [configuration]
 
-diff -ruN pciutils-3.1.7-orig/Makefile pciutils-3.1.7/Makefile
---- pciutils-3.1.7-orig/Makefile	2011-07-11 14:41:59.000000000 +0800
-+++ pciutils-3.1.7/Makefile	2011-07-11 14:42:31.000000000 +0800
-@@ -31,7 +31,7 @@
+Index: pciutils-3.2.0/Makefile
+===================================================================
+--- pciutils-3.2.0.orig/Makefile
++++ pciutils-3.2.0/Makefile
+@@ -35,7 +35,7 @@ SHAREDIR=$(PREFIX)/share
  IDSDIR=$(SHAREDIR)
  MANDIR:=$(shell if [ -d $(PREFIX)/share/man ] ; then echo $(PREFIX)/share/man ; else echo $(PREFIX)/man ; fi)
  INCDIR=$(PREFIX)/include
@@ -12,3 +13,12 @@ diff -ruN pciutils-3.1.7-orig/Makefile pciutils-3.1.7/Makefile
  PKGCFDIR=$(LIBDIR)/pkgconfig
  
  # Commands
+@@ -94,7 +94,7 @@ example: example.o lib/$(PCILIB_DEV)
+ example.o: example.c $(PCIINC)
+ 
+ %: %.o
+-	$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) -o $@
++	$(CC) $(LDFLAGS) $(TARGET_ARCH) $^ $(LIB_LDLIBS) $(LDLIBS) -o $@
+ 
+ %.8 %.7: %.man
+ 	M=`echo $(DATE) | sed 's/-01-/-January-/;s/-02-/-February-/;s/-03-/-March-/;s/-04-/-April-/;s/-05-/-May-/;s/-06-/-June-/;s/-07-/-July-/;s/-08-/-August-/;s/-09-/-September-/;s/-10-/-October-/;s/-11-/-November-/;s/-12-/-December-/;s/\(.*\)-\(.*\)-\(.*\)/\3 \2 \1/'` ; sed <$< >$@ "s/@TODAY@/$$M/;s/@VERSION@/pciutils-$(VERSION)/;s#@IDSDIR@#$(IDSDIR)#"
diff --git a/meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff b/meta/recipes-bsp/pciutils/pciutils-3.2.0/pcimodules-pciutils.diff
similarity index 100%
rename from meta/recipes-bsp/pciutils/pciutils-3.1.10/pcimodules-pciutils.diff
rename to meta/recipes-bsp/pciutils/pciutils-3.2.0/pcimodules-pciutils.diff
diff --git a/meta/recipes-bsp/pciutils/pciutils_3.1.10.bb b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
similarity index 92%
rename from meta/recipes-bsp/pciutils/pciutils_3.1.10.bb
rename to meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
index e405101..6022695 100644
--- a/meta/recipes-bsp/pciutils/pciutils_3.1.10.bb
+++ b/meta/recipes-bsp/pciutils/pciutils_3.2.0.bb
@@ -18,8 +18,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/utils/pciutils/pciutils-${PV}.tar.bz2 \
            file://guess-fix.patch \
            file://makefile.patch"
 
-SRC_URI[md5sum] = "3a5d8b2784c8571dc5557efda4a8c157"
-SRC_URI[sha256sum] = "f402c2051d9b027799a36f17c5e1750dcb4f07070ec46e79108901d03a83aa75"
+SRC_URI[md5sum] = "d73a1b35e5d5efa70e8476d5917de11f"
+SRC_URI[sha256sum] = "b816943bb06c3338d98e2c705e3b76c9e513830f1f15c76d60e549f965d22a35"
 
 PARALLEL_MAKE = ""
 
-- 
1.7.10.4




  parent reply	other threads:[~2013-05-08 15:00 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-05-08 14:41 [PATCH 0/9] Package Updates (libxi, json-glib, js, pciutils, libfontenc, qemu, ethtool, pixman, gpgme) Ionut Radu
2013-05-08 14:41 ` [PATCH 1/9] libxi: updated from 1.7 to 1.7.1 Ionut Radu
2013-05-08 14:41 ` [PATCH 2/9] json-glib: updated from 0.15.2 to 0.16.0 Ionut Radu
2013-05-08 14:41 ` [PATCH 3/9] js: updated from 1.7.0+1.8.0rc1 to 185-1.0.0 Ionut Radu
2013-05-08 14:55   ` Burton, Ross
2013-05-08 16:43     ` Saul Wold
2013-05-14 10:32       ` Radu, IonutX
2013-05-08 14:41 ` Ionut Radu [this message]
2013-05-08 17:19   ` [PATCH 4/9] pciutils: updated from 3.1.10 to 3.2 Saul Wold
2013-05-08 14:41 ` [PATCH 5/9] libfontenc: Updated from 1.1.1 to 1.1.2 Ionut Radu
2013-05-08 14:41 ` [PATCH 6/9] qemu: Updated from 1.4.0 to 1.4.1 Ionut Radu
2013-05-13  8:20   ` Saul Wold
     [not found]     ` <958794DC787AD345A1A41BCD3015B65030FF25@IRSMSX102.ger.corp.intel.com>
2013-05-13 18:10       ` Saul Wold
2013-05-14 10:25         ` Radu, IonutX
2013-05-08 14:41 ` [PATCH 7/9] ethtool: Updated from 3.8 to 3.9 Ionut Radu
2013-05-08 14:41 ` [PATCH 8/9] pixman: Update from 0.29.2 to 0.29.4 Ionut Radu
2013-05-08 14:41 ` [PATCH 9/9] gpgme: Updated from 1.4.0 to 1.4.1 Ionut Radu

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=1368024119-4149-5-git-send-email-ionutx.radu@intel.com \
    --to=ionutx.radu@intel.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox