summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/neon/neon_0.33.0.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/neon/neon_0.33.0.bb b/meta-oe/recipes-support/neon/neon_0.33.0.bb
index 4c6ed00827..66398c6de0 100644
--- a/meta-oe/recipes-support/neon/neon_0.33.0.bb
+++ b/meta-oe/recipes-support/neon/neon_0.33.0.bb
@@ -32,9 +32,6 @@ PACKAGECONFIG[zlib] = "--with-zlib,--without-zlib,zlib"
32 32
33EXTRA_OECONF += "--enable-shared --enable-threadsafe-ssl=posix" 33EXTRA_OECONF += "--enable-shared --enable-threadsafe-ssl=posix"
34 34
35# Do not install into /usr/local
36EXTRA_OEMAKE:append:class-native = " prefix=${prefix_native}"
37
38do_configure:prepend() { 35do_configure:prepend() {
39 echo "${PV}" > ${S}/.version 36 echo "${PV}" > ${S}/.version
40} 37}