aboutsummaryrefslogtreecommitdiffstats
path: root/packages/enchant
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2006-04-14 15:41:47 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-14 15:41:47 +0000
commit7cec764eef25e6fee71fb759ea0a2ecb343c914b (patch)
tree6892b5203397acd3a27bea9ad291213ea4f4863d /packages/enchant
parent64a0899b9317814694d2a80b42edd7f0896d1507 (diff)
downloadopenembedded-7cec764eef25e6fee71fb759ea0a2ecb343c914b.tar.gz
enchant_1.2.5.bb : Add a linense and --disable-binreloc
Diffstat (limited to 'packages/enchant')
-rw-r--r--packages/enchant/enchant_1.2.5.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/enchant/enchant_1.2.5.bb b/packages/enchant/enchant_1.2.5.bb
index 693b2d9076..888bff094d 100644
--- a/packages/enchant/enchant_1.2.5.bb
+++ b/packages/enchant/enchant_1.2.5.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Enchant Spell checker API Library"
MAINTAINER = "AbiWord Team"
PRIORITY = "optional"
SECTION = "libs"
-
+LICENSE = "LGPL"
DEPENDS = "aspell"
RDEPENDS = "aspell"
@@ -15,7 +15,7 @@ S = "${WORKDIR}/enchant-${PV}"
SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz \
file://configure.patch;patch=1"
-EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} --enable-aspell"
+EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} --enable-aspell --disable-binreloc"
do_stage() {
oe_runmake install prefix=${STAGING_DIR} \