diff options
author | Thomas Kunze <thommycheck@gmx.de> | 2008-08-15 23:26:52 +0000 |
---|---|---|
committer | Thomas Kunze <thommycheck@gmx.de> | 2008-08-15 23:26:52 +0000 |
commit | d7227f99b10c4dae4bb5a9ac778d6e8ed95cb9c5 (patch) | |
tree | 2cb6cedd52d0c05da488a64633f9523b99f5a790 /packages/classpath/classpath.inc | |
parent | c0c8fce62731669a30d7e54256a2717bc4a071ca (diff) | |
parent | a0f8f7ba45003db8d68b7844e535d3ae6020d7ce (diff) |
merge of 'a54a6607517e20ec074b70c4070cfa9d989624e1'
and 'df64369ee8c68fc382142171ee6ae2a6494e7e74'
Diffstat (limited to 'packages/classpath/classpath.inc')
-rw-r--r-- | packages/classpath/classpath.inc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/packages/classpath/classpath.inc b/packages/classpath/classpath.inc index cfb9f1c089..cee09857e4 100644 --- a/packages/classpath/classpath.inc +++ b/packages/classpath/classpath.inc @@ -30,6 +30,14 @@ EXTRA_OECONF = "\ inherit autotools +# hack to get config.rpath in, it comes from gettext +do_configure_prepend () { + + ${@['','cp ${STAGING_DATADIR_NATIVE}/automake-1.10/config.rpath ${S}'][bb.data.getVar('PREFERRED_VERSION_automake-native',d,1) == '1.10']} + +} + + do_stage() { install -d ${STAGING_INCDIR}/classpath install -m 0644 include/jni* ${STAGING_INCDIR}/classpath |