From patchwork Wed Feb 20 18:47:03 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [meta-oe] macchanger: added 1.5.0 recipe Date: Wed, 20 Feb 2013 18:47:03 -0000 From: eu@felipetonello.com X-Patchwork-Id: 44941 Message-Id: <1361386023-5046-1-git-send-email-ftonello@cercacor.com> To: openembedded-devel@lists.openembedded.org Cc: "Felipe F. Tonello" From: "Felipe F. Tonello" This is a useful utility to manipulate the mac address of a device. Signed-off-by: Felipe F. Tonello --- .../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 \ No newline at end of file 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