diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-09 22:39:53 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-05-09 22:39:53 +0000 |
commit | 54d1c2b41d0ee05c0a3fe76329320b9ef94451ab (patch) | |
tree | f0fc5c8c2242af4ba5ec3c0ddb5159abe92cf79d /packages/abiword | |
parent | 4e5a67f00da9383fd818baf55d92a884c90f1f68 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/05/09 22:45:19+01:00 (none)!XorA
Hack to fix native build tool usage
BKrev: 427fe6b95vl4oU5C0R3ePg_e264yAA
Diffstat (limited to 'packages/abiword')
-rw-r--r-- | packages/abiword/abiword-2.2.7/cdump-hack.patch | 0 | ||||
-rw-r--r-- | packages/abiword/abiword_2.2.7.bb | 4 |
2 files changed, 3 insertions, 1 deletions
diff --git a/packages/abiword/abiword-2.2.7/cdump-hack.patch b/packages/abiword/abiword-2.2.7/cdump-hack.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/packages/abiword/abiword-2.2.7/cdump-hack.patch diff --git a/packages/abiword/abiword_2.2.7.bb b/packages/abiword/abiword_2.2.7.bb index ff182033ab..96ee19d3a1 100644 --- a/packages/abiword/abiword_2.2.7.bb +++ b/packages/abiword/abiword_2.2.7.bb @@ -6,8 +6,10 @@ LICENSE="GPLv2" DEPENDS = "cdump-native libglade libfribidi enchant jpeg libpng perl glibc" RDEPENDS = "libglade enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ glibc-gconv-iso8859-15 glibc-gconv-iso8859-1" +PR="r1" -SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz" +SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \ + file://cdump-hack.patch;patch=1" S = "${WORKDIR}/abiword-${PV}/abi" FILES_${PN} += " ${datadir}/icons/* \ |