diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-04 10:10:26 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-04 10:10:26 +0000 |
commit | de74f5cf67da45f61cf5dcd0d549bed0cfddf768 (patch) | |
tree | d5cc845f9154ab5688201b4f8160be938c743cfe | |
parent | 8b93aed08f519bf4b6a27c9f82558c86b2db39bf (diff) | |
parent | 6fe2be1e2d3f8dbce020a5a3e31f84e2a368254c (diff) |
merge of '44b48a8021a29d930331e47aac526ec54edead5a'
and 'bffe15342c6408775c27ead21d1b984c196c3373'
-rw-r--r-- | packages/abiword/abiword_2.5.0.bb | 14 | ||||
-rw-r--r-- | packages/abiword/abiword_2.5.1.bb | 7 |
2 files changed, 7 insertions, 14 deletions
diff --git a/packages/abiword/abiword_2.5.0.bb b/packages/abiword/abiword_2.5.0.bb deleted file mode 100644 index 82d4e0e944..0000000000 --- a/packages/abiword/abiword_2.5.0.bb +++ /dev/null @@ -1,14 +0,0 @@ -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/ -} - diff --git a/packages/abiword/abiword_2.5.1.bb b/packages/abiword/abiword_2.5.1.bb new file mode 100644 index 0000000000..66d8fae0ad --- /dev/null +++ b/packages/abiword/abiword_2.5.1.bb @@ -0,0 +1,7 @@ +require abiword-2.5.inc + +DEFAULT_PREFERENCE = "-1" + +PR = "r0" + +RCONFLICTS = "abiword-embedded" |