All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2][meta-networking] libowfat: update to 0.32
@ 2019-05-19 15:39 Oleksandr Kravchuk
  2019-05-21  5:22 ` Khem Raj
  0 siblings, 1 reply; 2+ messages in thread
From: Oleksandr Kravchuk @ 2019-05-19 15:39 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Oleksandr Kravchuk

Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
---
 .../ncp/{libowfat_0.31.bb => libowfat_0.32.bb}              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
 rename meta-networking/recipes-support/ncp/{libowfat_0.31.bb => libowfat_0.32.bb} (80%)

diff --git a/meta-networking/recipes-support/ncp/libowfat_0.31.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
similarity index 80%
rename from meta-networking/recipes-support/ncp/libowfat_0.31.bb
rename to meta-networking/recipes-support/ncp/libowfat_0.32.bb
index 4b072f7e7..a5e2c21cf 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= \
@@ -19,7 +19,7 @@ EXTRA_OEMAKE = "\
 do_install() {
     make install \
         DESTDIR=${D} \
-        INCLUDEDIR=${includedir}/${BPN} \
+        INCLUDEDIR=${includedir} \
         LIBDIR=${libdir} \
         MAN3DIR=${mandir}/man3
 }
-- 
2.17.1



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

* Re: [PATCH v2][meta-networking] libowfat: update to 0.32
  2019-05-19 15:39 [PATCH v2][meta-networking] libowfat: update to 0.32 Oleksandr Kravchuk
@ 2019-05-21  5:22 ` Khem Raj
  0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2019-05-21  5:22 UTC (permalink / raw)
  To: Oleksandr Kravchuk; +Cc: openembeded-devel

Fails on musl

https://errors.yoctoproject.org/Errors/Details/241414/

On Sun, May 19, 2019 at 8:40 AM Oleksandr Kravchuk
<open.source@oleksandr-kravchuk.com> wrote:
>
> Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
> ---
>  .../ncp/{libowfat_0.31.bb => libowfat_0.32.bb}              | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>  rename meta-networking/recipes-support/ncp/{libowfat_0.31.bb => libowfat_0.32.bb} (80%)
>
> diff --git a/meta-networking/recipes-support/ncp/libowfat_0.31.bb b/meta-networking/recipes-support/ncp/libowfat_0.32.bb
> similarity index 80%
> rename from meta-networking/recipes-support/ncp/libowfat_0.31.bb
> rename to meta-networking/recipes-support/ncp/libowfat_0.32.bb
> index 4b072f7e7..a5e2c21cf 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= \
> @@ -19,7 +19,7 @@ EXTRA_OEMAKE = "\
>  do_install() {
>      make install \
>          DESTDIR=${D} \
> -        INCLUDEDIR=${includedir}/${BPN} \
> +        INCLUDEDIR=${includedir} \
>          LIBDIR=${libdir} \
>          MAN3DIR=${mandir}/man3
>  }
> --
> 2.17.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2019-05-21  5:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-19 15:39 [PATCH v2][meta-networking] libowfat: update to 0.32 Oleksandr Kravchuk
2019-05-21  5:22 ` Khem Raj

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.