Merge branch 'vuplus-3.0-next' into vuplus-3.0
[vuplus_openvuplus_3.0] / meta-bsp / recipes-vuplus / vuplus-manual / vuplus-manual.inc
1 DESCRIPTION = "vuplus web manual"
2 SECTION = "base"
3 PRIORITY = "required"
4 LICENSE = "CLOSED"
5
6 PROVIDES += "vuplus-manual"
7 RPROVIDES_${PN} += "vuplus-manual"
8
9 PR = "${SRC_DATE}_r1"
10 SRC_URI = "http://code.vuplus.com/download/build.fc3abf29fb03f797e78f907928125638/embedded/vuplus_manual/${MACHINE}_${SRC_DATE}.tar.gz"
11
12 INHIBIT_PACKAGE_STRIP = "1"
13 S = "${WORKDIR}/${MACHINE}"
14
15 do_compile() {
16 }
17
18 do_install() {
19         install -d ${D}/usr/local/manual;
20         cp -a ${S}/* ${D}/usr/local/manual;
21 }
22
23 PACKAGE_ARCH := "${MACHINE_ARCH}"
24
25 PACKAGES = "${PN}"
26 FILES_${PN} = "/"
27