summaryrefslogtreecommitdiff
path: root/meta-quanta/meta-common/recipes-quanta/network/mac-address_git.bb
blob: 5b63e49cb5f21db373d191163675e5b7c161dda8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=86d3f3a95c324c9479bd8986968f4327"

inherit autotools pkgconfig
inherit systemd

S = "${WORKDIR}/git"
SRC_URI = "git://github.com/quanta-bmc/mac-address.git;protocol=git"
SRCREV = "08b87370c56ff69df852eca87391ae46c05d437a"

DEPENDS += "autoconf-archive-native"
DEPENDS += "systemd"

FILES_${PN} += "${bindir}/mac-address"

SYSTEMD_PACKAGES = "${PN}"
SYSTEMD_SERVICE_${PN} = "mac-address.service"

EXTRA_OECONF = " \
    SYSTEMD_TARGET="multi-user.target" \
"