aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2010-11-18 13:55:37 +0000
committerGraeme Gregory <dp@xora.org.uk>2010-11-18 13:57:12 +0000
commitaf4bfb02ca7c8f84070f4a632205e9d084a10efa (patch)
tree9edc4f40702768c8c6d288b75489537a421369e2
parent2fa21974c6710f10f1c1980c2a79b7cc70947d5f (diff)
downloadopenembedded-af4bfb02ca7c8f84070f4a632205e9d084a10efa.tar.gz
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.
-rw-r--r--recipes/procps/procps_3.2.8.bb3
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 a2653b1647..fdad0bcd1c 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"
+