[oe] [meta-networking][PATCH] libowfat: upgrade 0.31 -> 0.32

Adrian Bunk bunk at stusta.de
Wed Oct 30 21:52:35 UTC 2019


This breaks the build of ncp:
| ncp.c:8:10: fatal error: dns.h: No such file or directory
|     8 | #include "dns.h"
|       |          ^~~~~~~

The reason is the following upstream change:
  move headers to <libowfat/> upon install

The recipe was already doing this, so now we got 
the header files in /usr/include/libowfat/libowfat

Fix in the libowfat recipe:
 do_install() {
     make install \
         DESTDIR=${D} \
-        INCLUDEDIR=${includedir}/${BPN} \
+        INCLUDEDIR=${includedir} \
         LIBDIR=${libdir} \
         MAN3DIR=${mandir}/man3
 }
:


cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed



More information about the Openembedded-devel mailing list