diff options
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.bb | 10 |
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 | ||
11 | SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" | 11 | SRCREV = "05710ec5032be4c8edafb4109d4d908d31243906" |
12 | 12 | ||
13 | SRC_URI = "git://git.linaro.org/power/pm-qa.git;protocol=git;branch=${BRANCH}" | 13 | SRC_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 | ||
15 | S = "${WORKDIR}/git" | ||
16 | 18 | ||
17 | CFLAGS += "-pthread" | 19 | CFLAGS += "-pthread" |
18 | 20 | ||
21 | PATCHTOOL = "git" | ||
22 | |||
19 | do_compile () { | 23 | do_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 | } |
66 | RDEPENDS:${PN} +="bash" | 70 | RDEPENDS:${PN} += "bash" |
67 | 71 | ||
68 | # http://errors.yoctoproject.org/Errors/Details/186956/ | 72 | # http://errors.yoctoproject.org/Errors/Details/186956/ |
69 | COMPATIBLE_HOST:libc-musl = 'null' | 73 | COMPATIBLE_HOST:libc-musl = 'null' |