All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-networking][PATCH] libowfat: upgrade 0.31 -> 0.32
@ 2019-10-30 20:56 Zheng Ruoqin
  2019-10-30 21:52 ` Adrian Bunk
  0 siblings, 1 reply; 2+ messages in thread
From: Zheng Ruoqin @ 2019-10-30 20:56 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
---
 .../recipes-support/ncp/{libowfat_0.31.bb => libowfat_0.32.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-support/ncp/{libowfat_0.31.bb => libowfat_0.32.bb} (84%)

diff --git a/meta-networking/recipes-support/ncp/libowfat_0.31.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
similarity index 84%
rename from meta-networking/recipes-support/ncp/libowfat_0.31.bb
rename to meta-networking/recipes-support/ncp/libowfat_0.32.bb
index 4b072f7..fba3552 100644
--- a/meta-networking/recipes-support/ncp/libowfat_0.31.bb
+++ b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
@@ -7,8 +7,8 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
 
 SRC_URI = "https://www.fefe.de/${BPN}/${BP}.tar.xz"
-SRC_URI[md5sum] = "120798fab86cfd72dc6b12284d248dd0"
-SRC_URI[sha256sum] = "d1e4ac1cfccbb7dc51d77d96398e6302d229ba7538158826c84cb4254c7e8a12"
+SRC_URI[md5sum] = "ee015ccf45cb2bc61c942642038c2bdc"
+SRC_URI[sha256sum] = "f4b9b3d9922dc25bc93adedf9e9ff8ddbebaf623f14c8e7a5f2301bfef7998c1"
 
 EXTRA_OEMAKE = "\
     DIET= \
-- 
2.7.4





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-networking][PATCH] libowfat: upgrade 0.31 -> 0.32
  2019-10-30 20:56 [meta-networking][PATCH] libowfat: upgrade 0.31 -> 0.32 Zheng Ruoqin
@ 2019-10-30 21:52 ` Adrian Bunk
  0 siblings, 0 replies; 2+ messages in thread
From: Adrian Bunk @ 2019-10-30 21:52 UTC (permalink / raw)
  To: Zheng Ruoqin; +Cc: openembedded-devel

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



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-10-30 21:52 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-10-30 20:56 [meta-networking][PATCH] libowfat: upgrade 0.31 -> 0.32 Zheng Ruoqin
2019-10-30 21:52 ` Adrian Bunk

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.