git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2fa2197
)
procps_3.2.8.bb : kludge linker ordering
author
Graeme Gregory
<dp@xora.org.uk>
Thu, 18 Nov 2010 13:55:37 +0000
(13:55 +0000)
committer
Graeme Gregory
<dp@xora.org.uk>
Thu, 18 Nov 2010 13:57:12 +0000
(13:57 +0000)
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
patch
|
blob
|
history
diff --git
a/recipes/procps/procps_3.2.8.bb
b/recipes/procps/procps_3.2.8.bb
index
a2653b1
..
fdad0bc
100644
(file)
--- 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"
+