aboutsummaryrefslogtreecommitdiffstats
path: root/packages/stage-manager/stagemanager-native_0.0.1.bb
blob: 7074d37307ab07a67b58f9f2490de6caaa7d6f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
DESCRIPTION = "Helper script for packaged-staging.bbclass"
PR = "r1"

SRC_URI = "file://stage-manager"
LICENSE = "GPLv2"

PACKAGE_ARCH = "all"

inherit native

DEPENDS = " "
PACKAGE_DEPENDS = " "
PATCHTOOL = ""
INHIBIT_DEFAULT_DEPS = "1"

do_install() {
	install -d ${STAGING_BINDIR}
	install -m 0755 ${WORKDIR}/stage-manager ${STAGING_BINDIR}
}

do_stage() {
:
}