summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-extended/dev86/dev86_git.bb (renamed from recipes-extended/dev86/dev86_0.16.21.bb)8
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes-extended/dev86/dev86_0.16.21.bb b/recipes-extended/dev86/dev86_git.bb
index def7c5cd..476bf38f 100644
--- a/recipes-extended/dev86/dev86_0.16.21.bb
+++ b/recipes-extended/dev86/dev86_git.bb
@@ -4,15 +4,17 @@ LICENSE = "GPLv2"
4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" 4LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
5SECTION = "console/tools" 5SECTION = "console/tools"
6 6
7SRCREV = "c6f36cbafa979710b809f117562773dbd6825918" 7BASE_PV="0.16.21"
8SRC_URI = "git://github.com/lkundrak/${BPN}.git;protocol=https" 8PV = "${BASE_PV}+git${SRCPV}"
9SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4"
10SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https"
9 11
10S = "${WORKDIR}/git" 12S = "${WORKDIR}/git"
11 13
12DEPENDS = "gperf-native" 14DEPENDS = "gperf-native"
13 15
14BBCLASSEXTEND = "native" 16BBCLASSEXTEND = "native"
15EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'" 17EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'"
16 18
17do_compile() { 19do_compile() {
18 # ${S}/Makefile does respect LDFLAGS, but ${S}/cpp/Makefile doesn't when building bcc-cpp 20 # ${S}/Makefile does respect LDFLAGS, but ${S}/cpp/Makefile doesn't when building bcc-cpp