summaryrefslogtreecommitdiffstats
path: root/recipes-virtualization/mux-server/mux-server_1.02.bb
blob: 5382f232d7a1d97ed8ad5cb8bc97c0f113250852 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
DESCRIPTION = "A Linux-based utility supporting console multiplexing and demultiplexing"
SECTION = "mux-server"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"

SRC_URI = "git://git.freescale.com/ppc/sdk/hypervisor/mux_server.git;branch=master"
SRCREV = "3e4c6a44a81bb5cf2996830e8034d26850f80efc"

S = "${WORKDIR}/git"

EXTRA_OEMAKE='HOSTCC="${CC}"'

do_install () {
    install -d ${D}${bindir}
    install -m 755 mux_server ${D}${bindir}
}

BBCLASSEXTEND = "native nativesdk"