Writeimg
This commit is contained in:
parent
8f09b5171e
commit
9b3f0118d0
1 changed files with 23 additions and 0 deletions
23
recipes-writeimg/writeimg/writeimg_git.bb
Normal file
23
recipes-writeimg/writeimg/writeimg_git.bb
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=3ccfc2e9b5d66e6202a85da816667d7c"
|
||||
|
||||
PV = "0.2.2"
|
||||
SRC_URI = "git://git.silversoft.se/Imbus/writeimg.git;protocol=https;branch=master"
|
||||
|
||||
SRCREV = "60e7179766d95cb56540759d6eea4dcd9b9a17f8"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
# do_configure () {
|
||||
# :
|
||||
# }
|
||||
#
|
||||
|
||||
do_compile () {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install () {
|
||||
oe_runmake install 'DESTDIR=${D}' 'PREFIX=${prefix}'
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue