* [PATCH 1/3] macchanger: Fix SRC_URI for multilibs
@ 2013-05-09 20:03 Mark Hatle
2013-05-09 20:03 ` [PATCH 2/3] rp-pppoe: fix multilib SRC_URI reference Mark Hatle
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: Mark Hatle @ 2013-05-09 20:03 UTC (permalink / raw)
To: openembedded-devel; +Cc: Joe.MacDonald
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
---
recipes-support/macchanger/macchanger_1.5.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-support/macchanger/macchanger_1.5.0.bb b/recipes-support/macchanger/macchanger_1.5.0.bb
index ff30558..2ecfab2 100644
--- a/recipes-support/macchanger/macchanger_1.5.0.bb
+++ b/recipes-support/macchanger/macchanger_1.5.0.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
PR = "r0"
-SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz"
+SRC_URI = "${GNU_MIRROR}/macchanger/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7"
SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe"
--
1.8.3.rc1.25.g423ecb0
^ permalink raw reply related [flat|nested] 6+ messages in thread* [PATCH 2/3] rp-pppoe: fix multilib SRC_URI reference 2013-05-09 20:03 [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Mark Hatle @ 2013-05-09 20:03 ` Mark Hatle 2013-05-09 20:03 ` [PATCH 3/3] crda: Fix " Mark Hatle 2013-05-09 20:17 ` [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Martin Jansa 2 siblings, 0 replies; 6+ messages in thread From: Mark Hatle @ 2013-05-09 20:03 UTC (permalink / raw) To: openembedded-devel; +Cc: Joe.MacDonald Signed-off-by: Mark Hatle <mark.hatle@windriver.com> --- recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb b/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb index d4cc664..d62c5e9 100644 --- a/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb +++ b/recipes-protocols/rp-pppoe/rp-pppoe_3.8.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://doc/LICENSE;md5=a194eaefae2be54ee3221339b10d0581" PR = "r9" -SRC_URI = "http://www.roaringpenguin.com/files/download/${P}.tar.gz \ +SRC_URI = "http://www.roaringpenguin.com/files/download/${BP}.tar.gz \ file://top-autoconf.patch \ file://configure_in_cross.patch \ file://pppoe-src-restrictions.patch \ -- 1.8.3.rc1.25.g423ecb0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* [PATCH 3/3] crda: Fix multilib SRC_URI reference 2013-05-09 20:03 [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Mark Hatle 2013-05-09 20:03 ` [PATCH 2/3] rp-pppoe: fix multilib SRC_URI reference Mark Hatle @ 2013-05-09 20:03 ` Mark Hatle 2013-05-09 20:17 ` [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Martin Jansa 2 siblings, 0 replies; 6+ messages in thread From: Mark Hatle @ 2013-05-09 20:03 UTC (permalink / raw) To: openembedded-devel; +Cc: Joe.MacDonald Signed-off-by: Mark Hatle <mark.hatle@windriver.com> --- recipes-connectivity/crda/crda_1.1.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-connectivity/crda/crda_1.1.3.bb b/recipes-connectivity/crda/crda_1.1.3.bb index dc1fc21..3ef9210 100644 --- a/recipes-connectivity/crda/crda_1.1.3.bb +++ b/recipes-connectivity/crda/crda_1.1.3.bb @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" DEPENDS = "python-m2crypto-native python-native libgcrypt libnl" -SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \ +SRC_URI = "http://wireless.kernel.org/download/crda/${BP}.tar.bz2;name=crda \ http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2013.01.11-regulatory.bin;name=bin \ " SRC_URI[crda.md5sum] = "29579185e06a75675507527243d28e5c" -- 1.8.3.rc1.25.g423ecb0 ^ permalink raw reply related [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] macchanger: Fix SRC_URI for multilibs 2013-05-09 20:03 [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Mark Hatle 2013-05-09 20:03 ` [PATCH 2/3] rp-pppoe: fix multilib SRC_URI reference Mark Hatle 2013-05-09 20:03 ` [PATCH 3/3] crda: Fix " Mark Hatle @ 2013-05-09 20:17 ` Martin Jansa 2013-05-09 21:02 ` Mark Hatle 2 siblings, 1 reply; 6+ messages in thread From: Martin Jansa @ 2013-05-09 20:17 UTC (permalink / raw) To: openembedded-devel; +Cc: Joe.MacDonald [-- Attachment #1: Type: text/plain, Size: 1368 bytes --] For which layer is this? no tag in Subject and path to recipe doesn't even start with meta-networking ./meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb On Thu, May 09, 2013 at 03:03:23PM -0500, Mark Hatle wrote: > Signed-off-by: Mark Hatle <mark.hatle@windriver.com> > --- > recipes-support/macchanger/macchanger_1.5.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-support/macchanger/macchanger_1.5.0.bb b/recipes-support/macchanger/macchanger_1.5.0.bb > index ff30558..2ecfab2 100644 > --- a/recipes-support/macchanger/macchanger_1.5.0.bb > +++ b/recipes-support/macchanger/macchanger_1.5.0.bb > @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > > PR = "r0" > > -SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" > +SRC_URI = "${GNU_MIRROR}/macchanger/${BPN}-${PV}.tar.gz" > > SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" > SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" > -- > 1.8.3.rc1.25.g423ecb0 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] macchanger: Fix SRC_URI for multilibs 2013-05-09 20:17 ` [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Martin Jansa @ 2013-05-09 21:02 ` Mark Hatle 2013-05-10 13:09 ` Joe MacDonald 0 siblings, 1 reply; 6+ messages in thread From: Mark Hatle @ 2013-05-09 21:02 UTC (permalink / raw) To: openembedded-devel On 5/9/13 3:17 PM, Martin Jansa wrote: > For which layer is this? no tag in Subject and path to recipe doesn't even start > with meta-networking > > ./meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb all three patches, meta-openembedded/meta-networking --Mark > On Thu, May 09, 2013 at 03:03:23PM -0500, Mark Hatle wrote: >> Signed-off-by: Mark Hatle <mark.hatle@windriver.com> >> --- >> recipes-support/macchanger/macchanger_1.5.0.bb | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/recipes-support/macchanger/macchanger_1.5.0.bb b/recipes-support/macchanger/macchanger_1.5.0.bb >> index ff30558..2ecfab2 100644 >> --- a/recipes-support/macchanger/macchanger_1.5.0.bb >> +++ b/recipes-support/macchanger/macchanger_1.5.0.bb >> @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" >> >> PR = "r0" >> >> -SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" >> +SRC_URI = "${GNU_MIRROR}/macchanger/${BPN}-${PV}.tar.gz" >> >> SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" >> SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" >> -- >> 1.8.3.rc1.25.g423ecb0 >> >> >> _______________________________________________ >> Openembedded-devel mailing list >> Openembedded-devel@lists.openembedded.org >> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > ^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [PATCH 1/3] macchanger: Fix SRC_URI for multilibs 2013-05-09 21:02 ` Mark Hatle @ 2013-05-10 13:09 ` Joe MacDonald 0 siblings, 0 replies; 6+ messages in thread From: Joe MacDonald @ 2013-05-10 13:09 UTC (permalink / raw) To: openembedded-devel [-- Attachment #1: Type: text/plain, Size: 2770 bytes --] [Re: [oe] [PATCH 1/3] macchanger: Fix SRC_URI for multilibs] On 13.05.09 (Thu 16:02) Mark Hatle wrote: > On 5/9/13 3:17 PM, Martin Jansa wrote: > >For which layer is this? no tag in Subject and path to recipe doesn't even start > >with meta-networking > > > >./meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb > > all three patches, meta-openembedded/meta-networking That's what I thought. These patches apply to my meta-networking subtree over at github. It's easy enough for me to apply to them to meta-openembedded/meta-networking, then propagate them back out to the subtree. For anyone who cares, my meta-networking github project is completely read-only, I never commit anything there anymore, it is a reference of meta-networking "standalone" but changes only ever appear there by passing through meta-openembedded's meta-networking layer. I'll merge your changes in the next little bit, Mark. Thanks. I don't have an answer for you (yet) on the rp-pppoe thing, but with a bit of luck I'll get time this morning to have a look-see. -J. > > --Mark > > >On Thu, May 09, 2013 at 03:03:23PM -0500, Mark Hatle wrote: > >>Signed-off-by: Mark Hatle <mark.hatle@windriver.com> > >>--- > >> recipes-support/macchanger/macchanger_1.5.0.bb | 2 +- > >> 1 file changed, 1 insertion(+), 1 deletion(-) > >> > >>diff --git a/recipes-support/macchanger/macchanger_1.5.0.bb b/recipes-support/macchanger/macchanger_1.5.0.bb > >>index ff30558..2ecfab2 100644 > >>--- a/recipes-support/macchanger/macchanger_1.5.0.bb > >>+++ b/recipes-support/macchanger/macchanger_1.5.0.bb > >>@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" > >> > >> PR = "r0" > >> > >>-SRC_URI = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz" > >>+SRC_URI = "${GNU_MIRROR}/macchanger/${BPN}-${PV}.tar.gz" > >> > >> SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" > >> SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" > >>-- > >>1.8.3.rc1.25.g423ecb0 > >> > >> > >>_______________________________________________ > >>Openembedded-devel mailing list > >>Openembedded-devel@lists.openembedded.org > >>http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > > > > > >_______________________________________________ > >Openembedded-devel mailing list > >Openembedded-devel@lists.openembedded.org > >http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel > > > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel -- -Joe MacDonald. :wq [-- Attachment #2: Digital signature --] [-- Type: application/pgp-signature, Size: 205 bytes --] ^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2013-05-10 13:27 UTC | newest] Thread overview: 6+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2013-05-09 20:03 [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Mark Hatle 2013-05-09 20:03 ` [PATCH 2/3] rp-pppoe: fix multilib SRC_URI reference Mark Hatle 2013-05-09 20:03 ` [PATCH 3/3] crda: Fix " Mark Hatle 2013-05-09 20:17 ` [PATCH 1/3] macchanger: Fix SRC_URI for multilibs Martin Jansa 2013-05-09 21:02 ` Mark Hatle 2013-05-10 13:09 ` Joe MacDonald
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox