diff options
| -rw-r--r-- | meta-oe/recipes-support/libtinyxml2/libtinyxml2_git.bb | 3 |
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 1d3cffd778..6ca6f7cbf0 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 | ||
| 28 | do_install() { | 27 | do_install() { |
