procps_3.2.8.bb : kludge linker ordering
authorGraeme Gregory <dp@xora.org.uk>
Thu, 18 Nov 2010 13:55:37 +0000 (13:55 +0000)
committerGraeme 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

index a2653b1..fdad0bc 100644 (file)
@@ -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"
+