aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-ti/beagleboard/beaglebone-getting-started.bb
blob: 303b9bd76c62f8367dd8b0f1ccf829166ae0e6ac (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
SUMMARY = "BeagleBone Getting Started Guide"

PR = "r22"

inherit allarch

LICENSE = "CC-BY-SA-3.0 & GPLv3+ & MIT & PD"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f6f02761e31334c48f7021fb94c89aaa"

SRCREV = "05bedba192646152b7bc80b0accaea75aef864e5"
SRC_URI = "git://github.com/jadonk/beaglebone-getting-started.git"

S = "${WORKDIR}/git"

do_install() {
	install -d ${D}${datadir}/${PN}
	cp -R --no-dereference --preserve=mode,links ${S}/* ${D}${datadir}/${PN}
}

FILES:${PN} += "${datadir}/${PN}"
INSANE_SKIP:${PN} = "file-rdeps"