* [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
@ 2017-05-11 12:53 Gianfranco Costamagna
2017-05-11 12:57 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Gianfranco Costamagna @ 2017-05-11 12:53 UTC (permalink / raw)
To: openembedded-devel; +Cc: Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
---
meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
index e06ff7f..7a8ba60 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
@@ -3,10 +3,10 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
+SRC_URI = "git://github.com/jpirko/libndp;branch=master;tag=v${PV} \
file://0001-include-sys-select.h-for-fd_-definitions.patch \
"
-SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
-SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e"
+
+S = "${WORKDIR}/git"
inherit autotools
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
2017-05-11 12:53 Gianfranco Costamagna
@ 2017-05-11 12:57 ` Martin Jansa
0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2017-05-11 12:57 UTC (permalink / raw)
To: Gianfranco Costamagna; +Cc: Gianfranco Costamagna, openembedded-devel
;branch=master is default and you can drop it.
Don't use tag names (bitbake will have to reach the git repository to
convert the name to fixed SRCREV every time it parses the recipe), use
fixed SRCREV which is matching the tag.
On Thu, May 11, 2017 at 2:53 PM, Gianfranco Costamagna <
costamagna.gianfranco@gmail.com> wrote:
> From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
>
> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
> ---
> meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 6 +++---
> 1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> index e06ff7f..7a8ba60 100644
> --- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> +++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
> @@ -3,10 +3,10 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
> LICENSE = "LGPLv2.1"
> LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
>
> -SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
> +SRC_URI = "git://github.com/jpirko/libndp;branch=master;tag=v${PV} \
> file://0001-include-sys-select.h-for-fd_-definitions.patch \
> "
> -SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
> -SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f
> 72cfaf14f4ff77a77425e52edc33ffac0e"
> +
> +S = "${WORKDIR}/git"
>
> inherit autotools
> --
> 2.7.4
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
>
^ permalink raw reply [flat|nested] 8+ messages in thread
* [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
@ 2017-05-11 13:02 Gianfranco Costamagna
0 siblings, 0 replies; 8+ messages in thread
From: Gianfranco Costamagna @ 2017-05-11 13:02 UTC (permalink / raw)
To: openembedded-devel; +Cc: Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
---
meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
index e06ff7f..2cc345a 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
@@ -3,10 +3,11 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
+SRC_URI = "git://github.com/jpirko/libndp \
file://0001-include-sys-select.h-for-fd_-definitions.patch \
"
-SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
-SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e"
+# tag for v1.6
+SRCREV = "2f721c4ff519f38f46695a60d9f9d88f35bf3c1d"
+S = "${WORKDIR}/git"
inherit autotools
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
@ 2017-05-16 11:00 Gianfranco Costamagna
0 siblings, 0 replies; 8+ messages in thread
From: Gianfranco Costamagna @ 2017-05-16 11:00 UTC (permalink / raw)
To: openembedded-devel; +Cc: Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
---
meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
index e06ff7f..7cfdd4c 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
@@ -3,10 +3,13 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
+SRC_URI = "git://github.com/jpirko/libndp;branch=master;tag=v${PV} \
file://0001-include-sys-select.h-for-fd_-definitions.patch \
"
-SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
-SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e"
+
+S = "${WORKDIR}/git"
+
+SRC_URI[md5sum] = "de58352aaee0e8edb744f1aef852cdce"
+SRC_URI[sha256sum] = "565d6c4167f83ec697c762ea002f23e8f0b00828d0749b1ce928f068543e5aad"
inherit autotools
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
@ 2017-05-16 11:14 Gianfranco Costamagna
2017-05-16 11:15 ` [meta-oe][PATCH] drbd-utils: fix dependency for perl under small-fs Gianfranco Costamagna
2017-05-17 6:35 ` [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Anders Darander
0 siblings, 2 replies; 8+ messages in thread
From: Gianfranco Costamagna @ 2017-05-16 11:14 UTC (permalink / raw)
To: openembedded-devel; +Cc: Gianfranco Costamagna
From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
---
meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
index e06ff7f..7cfdd4c 100644
--- a/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
+++ b/meta-oe/recipes-connectivity/libndp/libndp_1.6.bb
@@ -3,10 +3,11 @@ SUMMARY = "Library for IPv6 Neighbor Discovery Protocol"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
-SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
+SRC_URI = "git://github.com/jpirko/libndp;branch=master;tag=v${PV} \
file://0001-include-sys-select.h-for-fd_-definitions.patch \
"
-SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
-SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e"
+
+S = "${WORKDIR}/git"
+
inherit autotools
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [meta-oe][PATCH] drbd-utils: fix dependency for perl under small-fs
2017-05-16 11:14 [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Gianfranco Costamagna
@ 2017-05-16 11:15 ` Gianfranco Costamagna
2017-05-17 6:35 ` [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Anders Darander
1 sibling, 0 replies; 8+ messages in thread
From: Gianfranco Costamagna @ 2017-05-16 11:15 UTC (permalink / raw)
To: openembedded-devel; +Cc: Marius Tiplea
From: "Yadi.hu" <yadi.hu@windriver.com>
Perl script drbd-overview fails to run due to some of
perl's lib noexists under small rootfs,fixing it through
adding explicit definitions
Signed-off-by: Marius Tiplea <marius.tiplea@windriver.com>
Signed-off-by: Yadi.hu <yadi.hu@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
---
meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb b/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
index 3d6f5b2..67ed8e5 100644
--- a/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
+++ b/meta-networking/recipes-support/drbd/drbd-utils_8.9.6.bb
@@ -30,7 +30,7 @@ EXTRA_OECONF = " \
--without-manual\
"
-RDEPENDS_${PN} += "bash perl"
+RDEPENDS_${PN} += "bash perl-module-getopt-long perl-module-exporter perl-module-constant perl-module-overloading perl-module-exporter-heavy"
# The drbd items are explicitly put under /lib when installed.
#
--
2.7.4
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
2017-05-16 11:14 [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Gianfranco Costamagna
2017-05-16 11:15 ` [meta-oe][PATCH] drbd-utils: fix dependency for perl under small-fs Gianfranco Costamagna
@ 2017-05-17 6:35 ` Anders Darander
2017-05-17 8:41 ` Martin Jansa
1 sibling, 1 reply; 8+ messages in thread
From: Anders Darander @ 2017-05-17 6:35 UTC (permalink / raw)
To: openembedded-devel
Hi,
* Gianfranco Costamagna <costamagna.gianfranco@gmail.com> [170516 13:15]:
First, the subject should have included [PATCH v2 1/2] instead of just
[PATCH 1/2], as this really is the 2nd version. (This applies to the
whole series).
> From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
> Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
> ---
Down here, a changelog for the changes between v1 and v2. (At least if
they'r not covered by a cover letter).
> meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 9 ++++++---
> 1 file changed, 6 insertions(+), 3 deletions(-)
> -SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
> +SRC_URI = "git://github.com/jpirko/libndp;branch=master;tag=v${PV} \
Pleasen, remove tag=v${PV} from the SRC_URI. Instead, add a SRVREV= the
SHA1. If you use a tag, bitbake will reach out the git server upon each
build to verify the SHA1 of the tag. That'll break off-line builds etc.
Cheers,
Anders
> file://0001-include-sys-select.h-for-fd_-definitions.patch \
> "
> -SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
> -SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e"
> +
> +S = "${WORKDIR}/git"
> +
> inherit autotools
--
Anders Darander, Senior System Architect
ChargeStorm AB / eStorm AB
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable
2017-05-17 6:35 ` [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Anders Darander
@ 2017-05-17 8:41 ` Martin Jansa
0 siblings, 0 replies; 8+ messages in thread
From: Martin Jansa @ 2017-05-17 8:41 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 2107 bytes --]
On Wed, May 17, 2017 at 08:35:23AM +0200, Anders Darander wrote:
> Hi,
>
> * Gianfranco Costamagna <costamagna.gianfranco@gmail.com> [170516 13:15]:
>
> First, the subject should have included [PATCH v2 1/2] instead of just
> [PATCH 1/2], as this really is the 2nd version. (This applies to the
> whole series).
>
> > From: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
>
> > Signed-off-by: Gianfranco Costamagna <gianfranco.costamagna@abinsula.com>
> > ---
>
> Down here, a changelog for the changes between v1 and v2. (At least if
> they'r not covered by a cover letter).
>
> > meta-oe/recipes-connectivity/libndp/libndp_1.6.bb | 9 ++++++---
> > 1 file changed, 6 insertions(+), 3 deletions(-)
>
> > -SRC_URI = "http://libndp.org/files/${BPN}-${PV}.tar.gz \
> > +SRC_URI = "git://github.com/jpirko/libndp;branch=master;tag=v${PV} \
>
> Pleasen, remove tag=v${PV} from the SRC_URI. Instead, add a SRVREV= the
> SHA1. If you use a tag, bitbake will reach out the git server upon each
> build to verify the SHA1 of the tag. That'll break off-line builds etc.
This is actually 6th version of this change I've seen on ML and one of
them (the one I've cherry-picked to master-next) already sets SRCREV
correctly (I made the same comment earlier).
https://patchwork.openembedded.org/project/oe/patches/?submitter=&state=*&q=libndp&archive=both&delegate=
>
> Cheers,
> Anders
>
> > file://0001-include-sys-select.h-for-fd_-definitions.patch \
> > "
> > -SRC_URI[md5sum] = "1e54d26bcb4a4110bc3f90c5dd04f1a7"
> > -SRC_URI[sha256sum] = "0c7dfa84e013bd5e569ef2c6292a6f72cfaf14f4ff77a77425e52edc33ffac0e"
> > +
> > +S = "${WORKDIR}/git"
> > +
>
> > inherit autotools
> --
> Anders Darander, Senior System Architect
> ChargeStorm AB / eStorm AB
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 201 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2017-05-17 8:40 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-05-16 11:14 [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Gianfranco Costamagna
2017-05-16 11:15 ` [meta-oe][PATCH] drbd-utils: fix dependency for perl under small-fs Gianfranco Costamagna
2017-05-17 6:35 ` [PATCH 1/2] libndp: switch to github uri. libndp.org is unstable Anders Darander
2017-05-17 8:41 ` Martin Jansa
-- strict thread matches above, loose matches on Subject: below --
2017-05-16 11:00 Gianfranco Costamagna
2017-05-11 13:02 Gianfranco Costamagna
2017-05-11 12:53 Gianfranco Costamagna
2017-05-11 12:57 ` 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.