summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/sdmon/sdmon_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/sdmon/sdmon_git.bb')
-rw-r--r--meta-oe/recipes-support/sdmon/sdmon_git.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/sdmon/sdmon_git.bb b/meta-oe/recipes-support/sdmon/sdmon_git.bb
index 522539a67b..8007ead6c6 100644
--- a/meta-oe/recipes-support/sdmon/sdmon_git.bb
+++ b/meta-oe/recipes-support/sdmon/sdmon_git.bb
@@ -6,10 +6,9 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
6 6
7SRC_URI = "git://github.com/Ognian/sdmon;protocol=https;branch=master" 7SRC_URI = "git://github.com/Ognian/sdmon;protocol=https;branch=master"
8 8
9PV = "0.8.1+git" 9PV = "0.9.0"
10SRCREV = "ef1aec457f04a50721f0259651cca9c946f11390" 10SRCREV = "4dff9b690e8d4454fada6abfbb6b32fcb794968c"
11 11
12S = "${WORKDIR}/git"
13 12
14do_compile() { 13do_compile() {
15 oe_runmake -C ${S}/src CC="${CC}" CFLAGS="${CFLAGS} -D_REENTRANT -DVERSION=\"\\\"${PV}\\\"\"" LDFLAGS="${LDFLAGS}" 14 oe_runmake -C ${S}/src CC="${CC}" CFLAGS="${CFLAGS} -D_REENTRANT -DVERSION=\"\\\"${PV}\\\"\"" LDFLAGS="${LDFLAGS}"