We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63814cb + 1dbf193 commit f990570Copy full SHA for f990570
recipes-demos/html5-demo/html5-demo_git.bb
@@ -5,14 +5,12 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
5
SRC_URI = "git://github.com/OSSystems/${BPN}.git;protocol=https;branch=master"
6
SRCREV = "e9ede7082b9e9e919e25b3a147d18e46dc3802f0"
7
8
-S = "${WORKDIR}/git"
9
-
10
do_configure[noexec] = "1"
11
do_compile[noexec] = "1"
12
13
do_install() {
14
install -d ${D}${datadir}/${PN}
15
- cp -rf ${WORKDIR}/git/* ${D}${datadir}/${PN}
+ cp -r ${S}/* ${D}${datadir}/${PN}
16
}
17
18
FILES:${PN} += "${datadir}/${PN}"
0 commit comments