diff options
| -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" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" |
| 5 | SECTION = "console/tools" | 5 | SECTION = "console/tools" |
| 6 | 6 | ||
| 7 | SRCREV = "c6f36cbafa979710b809f117562773dbd6825918" | 7 | BASE_PV="0.16.21" |
| 8 | SRC_URI = "git://github.com/lkundrak/${BPN}.git;protocol=https" | 8 | PV = "${BASE_PV}+git${SRCPV}" |
| 9 | SRCREV = "e254e0b19651d3b8a20225b40281c9974a95dec4" | ||
| 10 | SRC_URI = "git://github.com/jbruchon/${BPN}.git;protocol=https" | ||
| 9 | 11 | ||
| 10 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
| 11 | 13 | ||
| 12 | DEPENDS = "gperf-native" | 14 | DEPENDS = "gperf-native" |
| 13 | 15 | ||
| 14 | BBCLASSEXTEND = "native" | 16 | BBCLASSEXTEND = "native" |
| 15 | EXTRA_OEMAKE = "VERSION=${PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'" | 17 | EXTRA_OEMAKE = "VERSION=${BASE_PV} PREFIX=${prefix} DIST=${D} LDFLAGS='${LDFLAGS}'" |
| 16 | 18 | ||
| 17 | do_compile() { | 19 | do_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 |
