All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] macchanger: added 1.5.0 recipe
@ 2013-02-20 18:47 eu
  2013-02-20 21:02 ` Paul Eggleton
  0 siblings, 1 reply; 4+ messages in thread
From: eu @ 2013-02-20 18:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Felipe F. Tonello

From: "Felipe F. Tonello" <ftonello@cercacor.com>

This is a useful utility to manipulate the mac address of a device.

Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
---
 .../recipes-support/macchanger/macchanger_1.5.0.bb |   20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
 create mode 100644 meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb

diff --git a/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
new file mode 100644
index 0000000..21c8425
--- /dev/null
+++ b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
@@ -0,0 +1,20 @@
+SUMMARY = "macchanger"
+DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces."
+HOMEPAGE = "http://www.alobbs.com/macchanger"
+LICENSE  = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+PR = "r2"
+
+SRC_URI  = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7"
+SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe"
+
+FILES_${PN} = " \
+  ${bindir}/${PN} \
+  ${datadir}/${PN}/wireless.list \
+  ${datadir}/${PN}/OUI.list \
+"
+
+inherit autotools
\ No newline at end of file
-- 
1.7.9.5




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

* Re: [meta-oe][PATCH] macchanger: added 1.5.0 recipe
  2013-02-20 18:47 [meta-oe][PATCH] macchanger: added 1.5.0 recipe eu
@ 2013-02-20 21:02 ` Paul Eggleton
  2013-02-20 21:45   ` Felipe Ferreri Tonello
  2013-02-20 21:51   ` Felipe Ferreri Tonello
  0 siblings, 2 replies; 4+ messages in thread
From: Paul Eggleton @ 2013-02-20 21:02 UTC (permalink / raw)
  To: eu; +Cc: Felipe F. Tonello, openembedded-devel

On Wednesday 20 February 2013 10:47:03 eu@felipetonello.com wrote:
> From: "Felipe F. Tonello" <ftonello@cercacor.com>
> 
> This is a useful utility to manipulate the mac address of a device.
> 
> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
> ---
>  .../recipes-support/macchanger/macchanger_1.5.0.bb |   20
> ++++++++++++++++++++ 1 file changed, 20 insertions(+)
>  create mode 100644 meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
> 
> diff --git a/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
> b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb new file mode
> 100644
> index 0000000..21c8425
> --- /dev/null
> +++ b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
> @@ -0,0 +1,20 @@
> +SUMMARY = "macchanger"
> +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address
> of network interfaces." 
> +HOMEPAGE = "http://www.alobbs.com/macchanger"
> +LICENSE  = "GPLv2"
> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
> +
> +PR = "r2"
> +
> +SRC_URI  = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz"
> +
> +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7"
> +SRC_URI[sha256sum] =
> "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" +
> +FILES_${PN} = " \
> +  ${bindir}/${PN} \
> +  ${datadir}/${PN}/wireless.list \
> +  ${datadir}/${PN}/OUI.list \
> +"
> +
> +inherit autotools
> \ No newline at end of file

I think this should go in meta-networking rather than meta-oe. Also you should 
probably just do FILES_${PN} += "${datadir}/${PN}", remove PR, and set SUMMARY 
to something sensible e.g. "Tool to view/change network interface MAC 
addresses".

Thanks,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



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

* Re: [meta-oe][PATCH] macchanger: added 1.5.0 recipe
  2013-02-20 21:02 ` Paul Eggleton
@ 2013-02-20 21:45   ` Felipe Ferreri Tonello
  2013-02-20 21:51   ` Felipe Ferreri Tonello
  1 sibling, 0 replies; 4+ messages in thread
From: Felipe Ferreri Tonello @ 2013-02-20 21:45 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

Hi Paul,

On 02/20/2013 01:02 PM, Paul Eggleton wrote:
> On Wednesday 20 February 2013 10:47:03 eu@felipetonello.com wrote:
>> From: "Felipe F. Tonello" <ftonello@cercacor.com>
>>
>> This is a useful utility to manipulate the mac address of a device.
>>
>> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
>> ---
>>   .../recipes-support/macchanger/macchanger_1.5.0.bb |   20
>> ++++++++++++++++++++ 1 file changed, 20 insertions(+)
>>   create mode 100644 meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
>>
>> diff --git a/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
>> b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb new file mode
>> 100644
>> index 0000000..21c8425
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
>> @@ -0,0 +1,20 @@
>> +SUMMARY = "macchanger"
>> +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address
>> of network interfaces."
>> +HOMEPAGE = "http://www.alobbs.com/macchanger"
>> +LICENSE  = "GPLv2"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>> +
>> +PR = "r2"
>> +
>> +SRC_URI  = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz"
>> +
>> +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7"
>> +SRC_URI[sha256sum] =
>> "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" +
>> +FILES_${PN} = " \
>> +  ${bindir}/${PN} \
>> +  ${datadir}/${PN}/wireless.list \
>> +  ${datadir}/${PN}/OUI.list \
>> +"
>> +
>> +inherit autotools
>> \ No newline at end of file
>
> I think this should go in meta-networking rather than meta-oe. Also you should
> probably just do FILES_${PN} += "${datadir}/${PN}", remove PR, and set SUMMARY
> to something sensible e.g. "Tool to view/change network interface MAC
> addresses".

Yes, this meta-* is something I'm always confused about. Don't know 
exactly where to add new recipes.

Ok. Will do.

Thanks,

Felipe




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

* Re: [meta-oe][PATCH] macchanger: added 1.5.0 recipe
  2013-02-20 21:02 ` Paul Eggleton
  2013-02-20 21:45   ` Felipe Ferreri Tonello
@ 2013-02-20 21:51   ` Felipe Ferreri Tonello
  1 sibling, 0 replies; 4+ messages in thread
From: Felipe Ferreri Tonello @ 2013-02-20 21:51 UTC (permalink / raw)
  To: Paul Eggleton; +Cc: openembedded-devel

On 02/20/2013 01:02 PM, Paul Eggleton wrote:
> On Wednesday 20 February 2013 10:47:03 eu@felipetonello.com wrote:
>> From: "Felipe F. Tonello" <ftonello@cercacor.com>
>>
>> This is a useful utility to manipulate the mac address of a device.
>>
>> Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com>
>> ---
>>   .../recipes-support/macchanger/macchanger_1.5.0.bb |   20
>> ++++++++++++++++++++ 1 file changed, 20 insertions(+)
>>   create mode 100644 meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
>>
>> diff --git a/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
>> b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb new file mode
>> 100644
>> index 0000000..21c8425
>> --- /dev/null
>> +++ b/meta-oe/recipes-support/macchanger/macchanger_1.5.0.bb
>> @@ -0,0 +1,20 @@
>> +SUMMARY = "macchanger"
>> +DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address
>> of network interfaces."
>> +HOMEPAGE = "http://www.alobbs.com/macchanger"
>> +LICENSE  = "GPLv2"
>> +LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
>> +
>> +PR = "r2"
>> +
>> +SRC_URI  = "${GNU_MIRROR}/macchanger/${PN}-${PV}.tar.gz"
>> +
>> +SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7"
>> +SRC_URI[sha256sum] =
>> "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" +
>> +FILES_${PN} = " \
>> +  ${bindir}/${PN} \
>> +  ${datadir}/${PN}/wireless.list \
>> +  ${datadir}/${PN}/OUI.list \
>> +"
>> +
>> +inherit autotools
>> \ No newline at end of file
>
> I think this should go in meta-networking rather than meta-oe. Also you should
> probably just do FILES_${PN} += "${datadir}/${PN}", remove PR, and set SUMMARY
> to something sensible e.g. "Tool to view/change network interface MAC
> addresses".

I will not add ${datadir}/${PN} to FILES_${PN} because this will add 
manuals and stuff that it's not necessary to the main package.

I will add to ${PN}-doc.

Felipe



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

end of thread, other threads:[~2013-02-20 22:07 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-20 18:47 [meta-oe][PATCH] macchanger: added 1.5.0 recipe eu
2013-02-20 21:02 ` Paul Eggleton
2013-02-20 21:45   ` Felipe Ferreri Tonello
2013-02-20 21:51   ` Felipe Ferreri Tonello

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.