summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-test/pm-qa/pm-qa_git.bb')
-rw-r--r--meta-oe/recipes-test/pm-qa/pm-qa_git.bb10
1 files changed, 7 insertions, 3 deletions
diff --git a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
index fc21e6192e..d7e9618985 100644
--- a/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
+++ b/meta-oe/recipes-test/pm-qa/pm-qa_git.bb
@@ -10,12 +10,16 @@ BRANCH ?= "master"
10 10
11SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" 11SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906"
12 12
13SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" 13SRC_URI = " \
14 git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH} \
15 file://0001-fix-build-with-gcc-15-Wincompatible-pointer-types-er.patch \
16"
14 17
15S = "${WORKDIR}/git"
16 18
17CFLAGS += "-pthread" 19CFLAGS += "-pthread"
18 20
21PATCHTOOL = "git"
22
19do_compile () { 23do_compile () {
20 # Find all the .c files in this project and build them. 24 # Find all the .c files in this project and build them.
21 for x in `find . -name "*.c"` 25 for x in `find . -name "*.c"`
@@ -63,7 +67,7 @@ do_install () {
63 install -m 0755 $script ${D}${bindir}/${script_basename} 67 install -m 0755 $script ${D}${bindir}/${script_basename}
64 done 68 done
65} 69}
66RDEPENDS:${PN} +="bash" 70RDEPENDS:${PN} += "bash"
67 71
68# http://errors.yoctoproject.org/Errors/Details/186956/ 72# http://errors.yoctoproject.org/Errors/Details/186956/
69COMPATIBLE_HOST:libc-musl = 'null' 73COMPATIBLE_HOST:libc-musl = 'null'