summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
index b8e03c4d87..733bb9e0f7 100644
--- a/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
+++ b/meta-oe/recipes-support/sqlite/sqlite_2.8.17.bb
@@ -22,7 +22,7 @@ inherit autotools pkgconfig
22do_configure() { 22do_configure() {
23 echo "main.mk is patched, no need to configure" 23 echo "main.mk is patched, no need to configure"
24 # make pkgconfig.bbclass pick this up 24 # make pkgconfig.bbclass pick this up
25 mv ${WORKDIR}/sqlite.pc ${S} 25 cp ${WORKDIR}/sqlite.pc ${S}
26} 26}
27 27
28do_compile() { 28do_compile() {