mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-20 11:38:34 +00:00
macchanger: added 1.5.0 recipe
This is a useful utility to manipulate the mac address of a device. Signed-off-by: Felipe F. Tonello <ftonello@cercacor.com> Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
committed by
Joe MacDonald
parent
a7c6fcebee
commit
84ea543373
@@ -0,0 +1,25 @@
|
||||
SUMMARY = "Tool to view/change network interface MAC addresses"
|
||||
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 = "r0"
|
||||
|
||||
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 \
|
||||
"
|
||||
|
||||
FILES_${PN}-doc = " \
|
||||
${datadir}/info \
|
||||
${datadir}/man \
|
||||
"
|
||||
|
||||
inherit autotools
|
||||
Reference in New Issue
Block a user