Initial
This commit is contained in:
commit
b4d9399de6
16 changed files with 465 additions and 0 deletions
21
recipes-hello/entr/entr_git.bb
Normal file
21
recipes-hello/entr/entr_git.bb
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
LICENSE = "ISC & BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=9ddb37016e12a99202e14ddb69593155"
|
||||
|
||||
SRC_URI = "git://github.com/eradman/entr;protocol=https;branch=master"
|
||||
|
||||
PV = "1.0+git"
|
||||
SRCREV = "81fb8966fd709b3d99996df644ee1c4c8492235d"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
do_configure () {
|
||||
./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