summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
index 1d3cffd77..6ca6f7cbf 100644
--- a/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
+++ b/meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb
@@ -21,8 +21,7 @@ do_compile() {
21 -Wl,-soname,libtinyxml2.so.${PV} \ 21 -Wl,-soname,libtinyxml2.so.${PV} \
22 -o libtinyxml2.so.${PV} \ 22 -o libtinyxml2.so.${PV} \
23 ${LDFLAGS} \ 23 ${LDFLAGS} \
24 tinyxml2.o \ 24 tinyxml2.o
25
26} 25}
27 26
28do_install() { 27do_install() {