From: Graeme Gregory Date: Thu, 18 Nov 2010 13:55:37 +0000 (+0000) Subject: procps_3.2.8.bb : kludge linker ordering X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af4bfb02ca7c8f84070f4a632205e9d084a10efa;p=openembedded.git 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. --- 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" +