diff options
author | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
---|---|---|
committer | Tudor Florea <tudor.florea@enea.com> | 2014-10-10 03:20:04 +0200 |
commit | 1b8dfe266937a37a4c642f96ceb2347bf4c00a17 (patch) | |
tree | 0c6aab146bb3c82efd9c7846a9a4e70dcb0ec84f /meta-networking/recipes-support/macchanger | |
download | meta-openembedded-daisy-140929.tar.gz |
initial commit for Enea Linux 4.0-140929daisy-140929
Migrated from the internal git server on the daisy-enea-point-release branch
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-networking/recipes-support/macchanger')
-rw-r--r-- | meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb new file mode 100644 index 0000000000..b97e9d1fc5 --- /dev/null +++ b/meta-networking/recipes-support/macchanger/macchanger_1.5.0.bb | |||
@@ -0,0 +1,24 @@ | |||
1 | SUMMARY = "Tool to view/change network interface MAC addresses" | ||
2 | DESCRIPTION = "A GNU/Linux utility for viewing/manipulating the MAC address of network interfaces." | ||
3 | HOMEPAGE = "http://www.alobbs.com/macchanger" | ||
4 | LICENSE = "GPLv2" | ||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | ||
6 | |||
7 | |||
8 | SRC_URI = "${GNU_MIRROR}/macchanger/${BPN}-${PV}.tar.gz" | ||
9 | |||
10 | SRC_URI[md5sum] = "79b7cdaeca3d8ebafa764c4b0dd03ab7" | ||
11 | SRC_URI[sha256sum] = "d44bfa27cb29c5a718627cb3ef3aa42eb5130426545eb2031120826cd73fa8fe" | ||
12 | |||
13 | FILES_${PN} = " \ | ||
14 | ${bindir}/${BPN} \ | ||
15 | ${datadir}/${BPN}/wireless.list \ | ||
16 | ${datadir}/${BPN}/OUI.list \ | ||
17 | " | ||
18 | |||
19 | FILES_${PN}-doc = " \ | ||
20 | ${datadir}/info \ | ||
21 | ${datadir}/man \ | ||
22 | " | ||
23 | |||
24 | inherit autotools | ||