diff options
author | Graeme Gregory <dp@xora.org.uk> | 2006-08-01 10:09:36 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2006-08-01 10:09:36 +0000 |
commit | 34302c3215821130f959bf57c195b610637ee99a (patch) | |
tree | 94898f9d4f00e139a601de604eebc95f686d9ecb | |
parent | 4127bb0c66be5abe0e4e7247a00989bab3462d02 (diff) |
libetpan_0.46.bb : add inherit binconfig so binconfig using stuff can
find etpan libs.
-rw-r--r-- | packages/libetpan/libetpan_0.46.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libetpan/libetpan_0.46.bb b/packages/libetpan/libetpan_0.46.bb index b9d7836aea..dfef3b19c6 100644 --- a/packages/libetpan/libetpan_0.46.bb +++ b/packages/libetpan/libetpan_0.46.bb @@ -9,7 +9,7 @@ PR = "r0" SRC_URI = "${SOURCEFORGE_MIRROR}/libetpan/libetpan-${PV}.tar.gz \ file://honor-oe-lflags.patch;patch=1" -inherit autotools pkgconfig gettext +inherit autotools pkgconfig gettext binconfig EXTRA_OECONF = "--without-openssl --with-gnutls --disable-db" |