aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/fortune-mod
diff options
context:
space:
mode:
authorDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-09-29 12:15:20 +0400
committerDmitry Eremin-Solenikov <dbaryshkov@gmail.com>2010-09-29 12:15:20 +0400
commit99797a4769f7d0e4c6ff45d142aea63b321cf35c (patch)
tree6baebfa99b04c4520c25184b9ea1c689bdfd1b9a /recipes/fortune-mod
parenta0fcaa97deeababd62ad96ec4651293604f99081 (diff)
downloadopenembedded-99797a4769f7d0e4c6ff45d142aea63b321cf35c.tar.gz
fortune-mod: update to 1.99.1-4 and drop host-only tools
Old debian patch (1.99.1-2) was removed from Debian mirrors. Update to current patch (1.99.1-4). Also fix QA errors by removing host tools from target pakages (strfile/unstr). Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com>
Diffstat (limited to 'recipes/fortune-mod')
-rw-r--r--recipes/fortune-mod/fortune-mod_1.99.1.bb10
1 files changed, 6 insertions, 4 deletions
diff --git a/recipes/fortune-mod/fortune-mod_1.99.1.bb b/recipes/fortune-mod/fortune-mod_1.99.1.bb
index 1c022b8977..6e42bb070c 100644
--- a/recipes/fortune-mod/fortune-mod_1.99.1.bb
+++ b/recipes/fortune-mod/fortune-mod_1.99.1.bb
@@ -2,8 +2,8 @@ DESCRIPTION = "Print a random, hopefully interesting, adage"
SECTION = "console/utils"
LICENSE = "GPL"
DEPENDS = "recode-native recode"
-DEBV = "2"
-PR = "r2"
+DEBV = "4"
+PR = "r3"
SRC_URI = "${DEBIAN_MIRROR}/main/f/fortune-mod/fortune-mod_${PV}.orig.tar.gz;name=archive \
${DEBIAN_MIRROR}/main/f/fortune-mod/fortune-mod_${PV}-${DEBV}.diff.gz;name=patch"
@@ -19,11 +19,13 @@ do_configure() {
do_install() {
oe_runmake install prefix="${D}"
mv -f ${D}/usr/games/fortune ${D}/${bindir}
+ rm ${D}/usr/bin/strfile ${D}/usr/bin/unstr
}
FILES_${PN} += "${datadir}/games/fortunes/"
SRC_URI[archive.md5sum] = "f208805b3b712e32997d7667e0ec52d8"
SRC_URI[archive.sha256sum] = "fc51aee1f73c936c885f4e0f8b6b48f4f68103e3896eaddc6a45d2b71e14eace"
-SRC_URI[patch.md5sum] = "5f059f7c997adbc0a260f27947605be1"
-SRC_URI[patch.sha256sum] = "d68c7c8ff6fe94341a3a73d22ab976da42921e3bec9bed628a428518c2c5f67a"
+SRC_URI[patch.md5sum] = "b8844cdc7f972cc851d156127a7d5cfa"
+SRC_URI[patch.sha256sum] = "fbf51f94ead6e83ab879a4477ec5d52eb53823b392297f038f9f0398a9afc7b2"
+