diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-01-15 15:12:56 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-01-15 15:12:56 +0000 |
commit | 13efca366dab9df6dead91a1273270ec2cbd068a (patch) | |
tree | da6e15fe893b45ab8d9753c78689067d5651c723 /packages/abiword/abiword_2.5.0.bb | |
parent | 8e87aa5a55e8f6c1b8f43b98a01efdd9bea5523f (diff) |
abiword_2.5.0.bb : finish the .bb
Diffstat (limited to 'packages/abiword/abiword_2.5.0.bb')
-rw-r--r-- | packages/abiword/abiword_2.5.0.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/packages/abiword/abiword_2.5.0.bb b/packages/abiword/abiword_2.5.0.bb index 32b703c9ae..82d4e0e944 100644 --- a/packages/abiword/abiword_2.5.0.bb +++ b/packages/abiword/abiword_2.5.0.bb @@ -2,7 +2,13 @@ require abiword-2.5.inc DEFAULT_PREFERENCE = "-1" +SRC_URI += " file://cdump.pl " + PR = "r0" RCONFLICTS = "abiword-embedded" +do_compile_prepend () { + cp ${WORKDIR}/cdump.pl ${S}/src/tools/cdump/xp/ +} + |