git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5280bbe
)
jna 3.2.7: Some more notes and pretty formatting.
author
Robert Schuster
<rschus@tarub.tarent.buero>
Sat, 12 Mar 2011 11:23:34 +0000
(12:23 +0100)
committer
Robert Schuster
<rschus@tarub.tarent.buero>
Sat, 12 Mar 2011 11:23:34 +0000
(12:23 +0100)
recipes/jna/jna_3.2.7.bb
patch
|
blob
|
history
diff --git
a/recipes/jna/jna_3.2.7.bb
b/recipes/jna/jna_3.2.7.bb
index
2676d2e
..
548ca87
100644
(file)
--- a/
recipes/jna/jna_3.2.7.bb
+++ b/
recipes/jna/jna_3.2.7.bb
@@
-23,10
+23,14
@@
do_compile() {
# Move created jar into subdir and give it proper name
mv build/jna.jar ${JARFILENAME}
+ # Native compilation in build.xml is overly complex. With full control of the
+ # output directories we just do it on our own.
${CC} ${CFLAGS} ${LDFLAGS} -shared -fPIC -o libjnidispatch.so \
native/dispatch.c \
native/callback.c \
- -Ibuild/native -I${STAGING_INCDIR}/classpath -lffi
+ -Ibuild/native \
+ -I${STAGING_INCDIR}/classpath \
+ -lffi
}
do_install_append() {