diff options
-rw-r--r-- | meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.4.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.4.bb b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.4.bb index 3544247b8c..3130a193d2 100644 --- a/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.4.bb +++ b/meta-oe/recipes-devtools/pocketpy/pocketpy_2.0.4.bb | |||
@@ -20,6 +20,8 @@ S = "${WORKDIR}/git" | |||
20 | 20 | ||
21 | inherit cmake | 21 | inherit cmake |
22 | 22 | ||
23 | CFLAGS += "-fPIC" | ||
24 | |||
23 | do_install() { | 25 | do_install() { |
24 | install -d ${D}${libdir} | 26 | install -d ${D}${libdir} |
25 | install -m 0644 ${B}/libpocketpy.so ${D}${libdir}/ | 27 | install -m 0644 ${B}/libpocketpy.so ${D}${libdir}/ |