aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/wakelan/wakelan_1.1.bb
blob: 80f36c5ae5877533f157c8ba74b72d81fc823b3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Wakelan sends a magic packet to wake up remote PC's"
LICENSE = "GPL"
PR = "r2"

SRC_URI = "http://www.ibiblio.org/pub/Linux/system/network/misc/${PN}-${PV}.tar.gz"

inherit autotools

do_install () {
        install -d ${D}${bindir}
        install -m 0755 ${WORKDIR}/${PN}-${PV}/wakelan ${D}${bindir}/wakelan
}

FILES = "${bindir}/wakelan"

INHIBIT_AUTO_STAGE = "1"