summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
index be52caacf2..7cf4875e14 100644
--- a/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
+++ b/meta-perl/recipes-perl/libstatgrab/libunix-statgrab_0.112.bb
@@ -32,7 +32,9 @@ SRC_URI[sha256sum] = "16a29f7acaeec081bf0e7303ba5ee24fda1d21a1104669b837745f3ea6
32 32
33S = "${UNPACKDIR}/Unix-Statgrab-${PV}" 33S = "${UNPACKDIR}/Unix-Statgrab-${PV}"
34 34
35export LD = "${CCLD}"
36
37inherit cpan pkgconfig ptest-perl 35inherit cpan pkgconfig ptest-perl
38 36
37do_configure:prepend() {
38 # Toolchains forcibly define LD, so override it in the task
39 export LD="${CCLD}"
40}