All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org
@ 2017-03-29  9:16 Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 2/9] mailcap: use pagure.org instead of retired fedorahosted.org Martin Jansa
                   ` (7 more replies)
  0 siblings, 8 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* fedorahosted is retired
  https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb}  | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)
 rename meta-oe/recipes-support/hwdata/{hwdata_0.291.bb => hwdata_git.bb} (57%)

diff --git a/meta-oe/recipes-support/hwdata/hwdata_0.291.bb b/meta-oe/recipes-support/hwdata/hwdata_git.bb
similarity index 57%
rename from meta-oe/recipes-support/hwdata/hwdata_0.291.bb
rename to meta-oe/recipes-support/hwdata/hwdata_git.bb
index f00f73b91..50d35c682 100644
--- a/meta-oe/recipes-support/hwdata/hwdata_0.291.bb
+++ b/meta-oe/recipes-support/hwdata/hwdata_git.bb
@@ -1,13 +1,15 @@
 DESCRIPTION = "Hardware identification and configuration data"
-HOMEPAGE = "http://git.fedorahosted.org/git/hwdata.git"
+HOMEPAGE = "https://github.com/vcrhonek/hwdata"
 SECTION = "System/Base"
 
 LICENSE = "GPL-2.0+"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=1556547711e8246992b999edd9445a57"
-SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BP}.tar.gz"
 
-SRC_URI[md5sum] = "90ffce584bbcb1a5e77eac8503949f71"
-SRC_URI[sha256sum] = "e1007a96645cb3390aa9c0ed3f090a69d2302ce4d801914b6af1ab4ec85ede4e"
+PV = "0.291+git${SRCPV}"
+SRCREV = "4bfbdcf5913d6dd53336d31b8035708075e6fdfa"
+SRC_URI = "git://github.com/vcrhonek/${BPN}.git"
+
+S = "${WORKDIR}/git"
 
 do_configure() {
     ${S}/configure --datadir=${datadir} --libdir=${libdir}
-- 
2.12.2



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

* [PATCH][meta-oe 2/9] mailcap: use pagure.org instead of retired fedorahosted.org
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 3/9] libqb: use github.com " Martin Jansa
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb b/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb
index 7d87a5f1d..58b8f029e 100644
--- a/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb
+++ b/meta-oe/recipes-support/mailcap/mailcap_2.1.46.bb
@@ -12,12 +12,14 @@ by several applications e.g. to determine MIME types for filenames."
 
 SECTION = "System Environment/Base"
 
-SRC_URI = "https://git.fedorahosted.org/cgit/${BPN}.git/snapshot/${BPN}-r2-1-46.tar.gz"
-SRC_URI[md5sum] = "eee03824bf86480dc1db20be4f78237f"
-SRC_URI[sha256sum] = "309059163fa3ef368f8a43fc38f7a45d9345fd725970d5b437ba175a0ee7ebc9"
 LICENSE = "PD & MIT"
 LIC_FILES_CHKSUM = "file://COPYING;md5=100fcfb84512ccc03ffc7d89ac391305"
-S = "${WORKDIR}/${BPN}-r2-1-46"
+
+SRC_URI = "https://releases.pagure.org/${BPN}/${BP}.tar.xz"
+
+SRC_URI[md5sum] = "d865a1baf574ae5d309f5c1f79315800"
+SRC_URI[sha256sum] = "c68eb3b531d731476d5980c9b7cc287bd64c2a13bec5a537009a2c4af63f9bb0"
+
 do_install() {
     oe_runmake install DESTDIR=${D} sysconfdir=${sysconfdir} mandir=${mandir}
 }
-- 
2.12.2



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

* [PATCH][meta-oe 3/9] libqb: use github.com instead of retired fedorahosted.org
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 2/9] mailcap: use pagure.org instead of retired fedorahosted.org Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-30  4:50   ` Khem Raj
  2017-03-29  9:16 ` [PATCH][meta-oe 4/9] ttf-abyssinica: fix SRC_URI Martin Jansa
                   ` (5 subsequent siblings)
  7 siblings, 1 reply; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
index 40d06f379..2d3278ce8 100644
--- a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
+++ b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
@@ -3,20 +3,19 @@ DESCRIPTION = "libqb is a library with the primary purpose of providing high per
 It provides high performance logging, tracing, ipc, and poll."
 
 HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
-
 SECTION = "libs"
 
-inherit autotools pkgconfig
+LICENSE = "LGPL-2.1"
+LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
 
-SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \
-          "
+inherit autotools pkgconfig
 
-SRC_URI[md5sum] = "de1e5d38fa449b4d127940c10d117260"
-SRC_URI[sha256sum] = "9a419c649ed51f275dc780da8a15babb8a5d33633567bd9e0cb6193b6e21f4fe"
+PV = "0.17.2+git${SRCPV}"
 
-LICENSE = "LGPL-2.1"
+SRCREV = "bd2c587f6ccacd8a5644b275d99324d200c2b378"
+SRC_URI = "git://github.com/ClusterLabs/${BPN}.git"
 
-LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
+S = "${WORKDIR}/git"
 
 do_configure_prepend() {
     ( cd ${S}
-- 
2.12.2



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

* [PATCH][meta-oe 4/9] ttf-abyssinica: fix SRC_URI
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 2/9] mailcap: use pagure.org instead of retired fedorahosted.org Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 3/9] libqb: use github.com " Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 5/9] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org Martin Jansa
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
index cd96fbb41..ce003e922 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-abyssinica_1.500.bb
@@ -6,7 +6,7 @@ LICENSE = "OFL-1.1"
 LIC_FILES_CHKSUM = "file://OFL.txt;md5=1694c7fc245cdc85c9971db707928159"
 
 SRCNAME = "AbyssinicaSIL"
-SRC_URI = "http://software.sil.org/downloads/d/abyssinica/${SRCNAME}-${PV}.zip"
+SRC_URI = "http://software.sil.org/downloads/r/abyssinica/${SRCNAME}-${PV}.zip"
 S = "${WORKDIR}/${SRCNAME}-${PV}"
 
 SRC_URI[md5sum] = "a3d943d18e303197c8d3d92d2de54d1e"
-- 
2.12.2



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

* [PATCH][meta-oe 5/9] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
                   ` (2 preceding siblings ...)
  2017-03-29  9:16 ` [PATCH][meta-oe 4/9] ttf-abyssinica: fix SRC_URI Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 6/9] vboxguestdrivers: make sure that do_compile fails when some module failed to build Martin Jansa
                   ` (3 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb
index f36cf4b18..5b406bc65 100644
--- a/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb
+++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-liberation-sans-narrow_1.07.4.bb
@@ -9,7 +9,7 @@ HOMEPAGE = "https://fedorahosted.org/liberation-fonts/"
 LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
 
-SRC_URI = "https://fedorahosted.org/releases/l/i/liberation-fonts/liberation-fonts-ttf-${PV}.tar.gz \
+SRC_URI = "https://releases.pagure.org/liberation-fonts/liberation-fonts-ttf-${PV}.tar.gz \
            file://30-0-liberation-sans-narrow.conf \
 "
 
-- 
2.12.2



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

* [PATCH][meta-oe 6/9] vboxguestdrivers: make sure that do_compile fails when some module failed to build
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
                   ` (3 preceding siblings ...)
  2017-03-29  9:16 ` [PATCH][meta-oe 5/9] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 7/9] vboxguestdrivers: upgrade to 5.1.18 to fix compatibility with 4.10 kernel Martin Jansa
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* otherwise we get the failure from do_install with useless log:
  DEBUG: Executing shell function do_install
  install: cannot stat 'vboxsf.ko': No such file or directory
  WARNING: exit code 1 from a shell command.
* instead of the real issue like 5.1.14 currently has with default linux-yocto
  version:
  CC [M]  qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.o
          qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.c:93:23: error: 'generic_readlink' undeclared here (not in a function)
     .readlink       = generic_readlink,
                       ^~~~~~~~~~~~~~~~

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb | 4 ++++
 meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb
index f8a24a508..0c08d97f8 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_4.3.36.bb
@@ -41,6 +41,10 @@ do_export_sources() {
 # compile and install mount utility
 do_compile_append() {
     oe_runmake 'LD=${CC}' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils
+    if ! [ -e vboxguest.ko -a -e vboxsf.ko -a -e vboxvideo.ko ] ; then
+        echo "ERROR: One of vbox*.ko modules wasn't built"
+        exit 1
+    fi
 }
 
 module_do_install() {
diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb
index dde5b0b20..c27791e95 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb
@@ -41,6 +41,10 @@ do_export_sources() {
 # compile and install mount utility
 do_compile_append() {
     oe_runmake 'LD=${CC}' 'LDFLAGS=${LDFLAGS}' -C ${S}/utils
+    if ! [ -e vboxguest.ko -a -e vboxsf.ko -a -e vboxvideo.ko ] ; then
+        echo "ERROR: One of vbox*.ko modules wasn't built"
+        exit 1
+    fi
 }
 
 module_do_install() {
-- 
2.12.2



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

* [PATCH][meta-oe 7/9] vboxguestdrivers: upgrade to 5.1.18 to fix compatibility with 4.10 kernel
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
                   ` (4 preceding siblings ...)
  2017-03-29  9:16 ` [PATCH][meta-oe 6/9] vboxguestdrivers: make sure that do_compile fails when some module failed to build Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 8/9] tcsh, dt: blacklist because tcsh doesn't respect CC variable Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 9/9] zile: fix do_install Martin Jansa
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* 5.1.14 fails with default linux-yocto version:
  CC [M]  qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.o
          qemux86-oe-linux/vboxguestdrivers/5.1.14-r0/vbox_module/vboxsf/lnkops.c:93:23: error: 'generic_readlink' undeclared here (not in a function)
     .readlink       = generic_readlink,
                       ^~~~~~~~~~~~~~~~

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 .../{vboxguestdrivers_5.1.14.bb => vboxguestdrivers_5.1.18.bb}        | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-support/vboxguestdrivers/{vboxguestdrivers_5.1.14.bb => vboxguestdrivers_5.1.18.bb} (93%)

diff --git a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb
similarity index 93%
rename from meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb
rename to meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb
index c27791e95..4085b9fc7 100644
--- a/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.14.bb
+++ b/meta-oe/recipes-support/vboxguestdrivers/vboxguestdrivers_5.1.18.bb
@@ -14,8 +14,8 @@ VBOX_NAME = "VirtualBox-${PV}"
 SRC_URI = "http://download.virtualbox.org/virtualbox/${PV}/${VBOX_NAME}.tar.bz2 \
            file://Makefile.utils \
 "
-SRC_URI[md5sum] = "21eaec9f21477d555559a63761779880"
-SRC_URI[sha256sum] = "8267bb026717c6e55237eb798210767d9c703cfcdf01224d9bc26f7dac9f228a"
+SRC_URI[md5sum] = "1a7db64cd69ba6d39574fb333e031251"
+SRC_URI[sha256sum] = "7ed0959bbbd02826b86b3d5dc8348931ddfab267c31f8ed36ee53c12f5522cd9"
 
 S = "${WORKDIR}/vbox_module"
 
-- 
2.12.2



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

* [PATCH][meta-oe 8/9] tcsh, dt: blacklist because tcsh doesn't respect CC variable
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
                   ` (5 preceding siblings ...)
  2017-03-29  9:16 ` [PATCH][meta-oe 7/9] vboxguestdrivers: upgrade to 5.1.18 to fix compatibility with 4.10 kernel Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  2017-03-29  9:16 ` [PATCH][meta-oe 9/9] zile: fix do_install Martin Jansa
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-devtools/dt/dt_18.32.bb       | 2 ++
 meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/meta-oe/recipes-devtools/dt/dt_18.32.bb b/meta-oe/recipes-devtools/dt/dt_18.32.bb
index 9688d02aa..8c1e3dfb6 100644
--- a/meta-oe/recipes-devtools/dt/dt_18.32.bb
+++ b/meta-oe/recipes-devtools/dt/dt_18.32.bb
@@ -45,3 +45,5 @@ do_install() {
 }
 
 RDEPENDS_${PN} += "tcsh"
+
+PNBLACKLIST[dt] ?= "Rdepends on blacklisted tcsh"
diff --git a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
index d7a7fd4d4..1cfd96c54 100644
--- a/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
+++ b/meta-oe/recipes-extended/tcsh/tcsh_6.18.01.bb
@@ -51,3 +51,5 @@ pkg_postinst_${PN} () {
 #!/bin/sh -e
 echo /usr/bin/tcsh >> $D/etc/shells
 }
+
+PNBLACKLIST[tcsh] ?= "Doesn't respect CC variable and fails with HOSTTOOLS http://errors.yoctoproject.org/Errors/Details/138244/"
-- 
2.12.2



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

* [PATCH][meta-oe 9/9] zile: fix do_install
  2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
                   ` (6 preceding siblings ...)
  2017-03-29  9:16 ` [PATCH][meta-oe 8/9] tcsh, dt: blacklist because tcsh doesn't respect CC variable Martin Jansa
@ 2017-03-29  9:16 ` Martin Jansa
  7 siblings, 0 replies; 10+ messages in thread
From: Martin Jansa @ 2017-03-29  9:16 UTC (permalink / raw)
  To: openembedded-devel

* --ignore-fail-on-non-empty works when the directory isn't empty, but still reports
  failure when the directory doesn't exist at all, like in:
  http://errors.yoctoproject.org/Errors/Details/138248/

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
---
 meta-oe/recipes-support/zile/zile_2.4.11.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-oe/recipes-support/zile/zile_2.4.11.bb b/meta-oe/recipes-support/zile/zile_2.4.11.bb
index 05a6afbe9..d663f44b9 100644
--- a/meta-oe/recipes-support/zile/zile_2.4.11.bb
+++ b/meta-oe/recipes-support/zile/zile_2.4.11.bb
@@ -15,8 +15,8 @@ SRC_URI[sha256sum] = "1fd27bbddc61491b1fbb29a345d0d344734aa9e80cfa07b02892eedf83
 inherit autotools pkgconfig
 
 do_install_append() {
-        rm -rf ${D}${libdir}/charset.alias
-        rmdir --ignore-fail-on-non-empty ${D}${libdir}
+    rm -rf ${D}${libdir}/charset.alias
+    rmdir --ignore-fail-on-non-empty ${D}${libdir} || true
 }
 
 PACKAGECONFIG ??= ""
-- 
2.12.2



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

* Re: [PATCH][meta-oe 3/9] libqb: use github.com instead of retired fedorahosted.org
  2017-03-29  9:16 ` [PATCH][meta-oe 3/9] libqb: use github.com " Martin Jansa
@ 2017-03-30  4:50   ` Khem Raj
  0 siblings, 0 replies; 10+ messages in thread
From: Khem Raj @ 2017-03-30  4:50 UTC (permalink / raw)
  To: Martin Jansa; +Cc: openembeded-devel

I have another patch which upgrades it to 1.0.1

https://github.com/kraj/meta-openembedded/commit/9778fde842b81991293a3a032d23d41da661210e

I am going to send another request soon which will have this patch
also fixes build with musl and clang.

On Wed, Mar 29, 2017 at 2:16 AM, Martin Jansa <martin.jansa@gmail.com> wrote:
> * https://fedoraproject.org/wiki/Infrastructure/Fedorahosted-retirement
>
> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
> ---
>  meta-oe/recipes-extended/libqb/libqb_0.17.2.bb | 15 +++++++--------
>  1 file changed, 7 insertions(+), 8 deletions(-)
>
> diff --git a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
> index 40d06f379..2d3278ce8 100644
> --- a/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
> +++ b/meta-oe/recipes-extended/libqb/libqb_0.17.2.bb
> @@ -3,20 +3,19 @@ DESCRIPTION = "libqb is a library with the primary purpose of providing high per
>  It provides high performance logging, tracing, ipc, and poll."
>
>  HOMEPAGE = "https://github.com/clusterlabs/libqb/wiki"
> -
>  SECTION = "libs"
>
> -inherit autotools pkgconfig
> +LICENSE = "LGPL-2.1"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
>
> -SRC_URI = "https://fedorahosted.org/releases/q/u/quarterback/${BP}.tar.xz \
> -          "
> +inherit autotools pkgconfig
>
> -SRC_URI[md5sum] = "de1e5d38fa449b4d127940c10d117260"
> -SRC_URI[sha256sum] = "9a419c649ed51f275dc780da8a15babb8a5d33633567bd9e0cb6193b6e21f4fe"
> +PV = "0.17.2+git${SRCPV}"
>
> -LICENSE = "LGPL-2.1"
> +SRCREV = "bd2c587f6ccacd8a5644b275d99324d200c2b378"
> +SRC_URI = "git://github.com/ClusterLabs/${BPN}.git"
>
> -LIC_FILES_CHKSUM = "file://COPYING;md5=321bf41f280cf805086dd5a720b37785"
> +S = "${WORKDIR}/git"
>
>  do_configure_prepend() {
>      ( cd ${S}
> --
> 2.12.2
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


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

end of thread, other threads:[~2017-03-30  4:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-29  9:16 [PATCH][meta-oe 1/9] hwdata: use github instead of fedorahosted.org Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 2/9] mailcap: use pagure.org instead of retired fedorahosted.org Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 3/9] libqb: use github.com " Martin Jansa
2017-03-30  4:50   ` Khem Raj
2017-03-29  9:16 ` [PATCH][meta-oe 4/9] ttf-abyssinica: fix SRC_URI Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 5/9] ttf-liberation-sans-narrow: use pagure.org instead of retired fedorahosted.org Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 6/9] vboxguestdrivers: make sure that do_compile fails when some module failed to build Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 7/9] vboxguestdrivers: upgrade to 5.1.18 to fix compatibility with 4.10 kernel Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 8/9] tcsh, dt: blacklist because tcsh doesn't respect CC variable Martin Jansa
2017-03-29  9:16 ` [PATCH][meta-oe 9/9] zile: fix do_install Martin Jansa

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.