diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-16 16:08:33 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-16 16:08:33 +0000 |
commit | 7b1908898e237edd79e0dbd1196b85d8fcd2abb9 (patch) | |
tree | 162f56bafc9b72421ce3100fdac854701cc7977a /packages/cacao/cacaoh-native.inc | |
parent | 0664039e8b169519dca65ea38450d634a3f8ed5c (diff) |
cacaoh-native: Small cleanup in include file.
cacao: Added N800 quirk and a patch to fix AttachCurrentThread behavior.
Diffstat (limited to 'packages/cacao/cacaoh-native.inc')
-rw-r--r-- | packages/cacao/cacaoh-native.inc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/packages/cacao/cacaoh-native.inc b/packages/cacao/cacaoh-native.inc index 1f81672e7f..3e7fdd60c6 100644 --- a/packages/cacao/cacaoh-native.inc +++ b/packages/cacao/cacaoh-native.inc @@ -8,8 +8,7 @@ S = "${WORKDIR}/cacao-${PV}" PR = "r1" -inherit autotools -inherit native +inherit autotools native EXTRA_OECONF = " \ --with-classpath-includedir=${STAGING_INCDIR}/classpath \ |