[oe-commits] Graeme Gregory : procps_3.2.8.bb : kludge linker ordering

git version control git at git.openembedded.org
Thu Nov 18 14:04:14 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: af4bfb02ca7c8f84070f4a632205e9d084a10efa
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=af4bfb02ca7c8f84070f4a632205e9d084a10efa

Author: Graeme Gregory <dp at xora.org.uk>
Date:   Thu Nov 18 13:55:37 2010 +0000

procps_3.2.8.bb : kludge linker ordering

Was facing a linker ordering issue on Fedora 14 which prevented this recipe building. Adding the libproc as last thing to get linked "fixes" this issue and
allows build to complete.

---

 recipes/procps/procps_3.2.8.bb |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/recipes/procps/procps_3.2.8.bb b/recipes/procps/procps_3.2.8.bb
index a2653b1..fdad0bc 100644
--- a/recipes/procps/procps_3.2.8.bb
+++ b/recipes/procps/procps_3.2.8.bb
@@ -10,3 +10,6 @@ SRC_URI += "file://procmodule.patch \
 
 SRC_URI[tarball.md5sum] = "9532714b6846013ca9898984ba4cd7e0"
 SRC_URI[tarball.sha256sum] = "11ed68d8a4433b91cd833deb714a3aa849c02aea738c42e6b4557982419c1535"
+
+EXTRA_OEMAKE_append = " LIBPROC=proc/libproc-3.2.8.so"
+





More information about the Openembedded-commits mailing list