summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb
index 122dfc0001..d4f76850d3 100644
--- a/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb
+++ b/meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb
@@ -17,6 +17,8 @@ SRCREV = "2343fd6b5214b2ded2cdcf76de2bf60903bb90cd"
17 17
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20EXTRA_OEMAKE = "PLATFORM=linux"
21
20do_configure[noexec] = "1" 22do_configure[noexec] = "1"
21 23
22do_compile() { 24do_compile() {
@@ -24,7 +26,7 @@ do_compile() {
24} 26}
25 27
26do_install() { 28do_install() {
27 oe_runmake install DESTDIR=${D} PREFIX=${prefix} 29 oe_runmake install DESTDIR=${D} PREFIX=${prefix} LIBDIR=${libdir}
28} 30}
29 31
30BBCLASSEXTEND = "native nativesdk" 32BBCLASSEXTEND = "native nativesdk"