summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb
index 86a58beda4..58e4fd6e88 100644
--- a/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb
+++ b/meta-oe/recipes-support/cpulimit/cpulimit_0.2.bb
@@ -4,7 +4,7 @@ LICENSE = "GPL-2.0-or-later"
4LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4" 4LIC_FILES_CHKSUM = "file://LICENSE;md5=86c1c0d961a437e529db93aa3bb32dc4"
5SRCREV ?= "f4d2682804931e7aea02a869137344bb5452a3cd" 5SRCREV ?= "f4d2682804931e7aea02a869137344bb5452a3cd"
6 6
7SRC_URI = "git://g...@github.com/opsengine/cpulimit.git;protocol=https;branch=master \ 7SRC_URI = "git://github.com/opsengine/cpulimit.git;protocol=https;branch=master \
8 file://0001-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch \ 8 file://0001-Remove-sys-sysctl.h-and-add-missing-libgen.h-include.patch \
9 " 9 "
10 10
@@ -15,7 +15,7 @@ do_compile() {
15} 15}
16do_install() { 16do_install() {
17 install -d ${D}${sbindir} 17 install -d ${D}${sbindir}
18 install -m 0755 ${B}/src/${PN} ${D}${sbindir}/ 18 install -m 0755 ${B}/src/${BPN} ${D}${sbindir}/
19} 19}
20 20
21CFLAGS += "-D_GNU_SOURCE ${LDFLAGS}" 21CFLAGS += "-D_GNU_SOURCE ${LDFLAGS}"