diff options
| -rw-r--r-- | meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb b/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb index c61303b81e..8625afaa74 100644 --- a/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb +++ b/meta-networking/recipes-support/openipmi/openipmi_2.0.32.bb | |||
| @@ -85,6 +85,10 @@ do_configure () { | |||
| 85 | done | 85 | done |
| 86 | } | 86 | } |
| 87 | 87 | ||
| 88 | do_compile:append () { | ||
| 89 | sed -i -e 's#${RECIPE_SYSROOT_NATIVE}##g' ${S}/swig/perl/OpenIPMI_wrap.c | ||
| 90 | } | ||
| 91 | |||
| 88 | do_install:append () { | 92 | do_install:append () { |
| 89 | echo "SAL: D = $D" | 93 | echo "SAL: D = $D" |
| 90 | echo "SAL: libdir = $libdir" | 94 | echo "SAL: libdir = $libdir" |
