From: Dmitry Eremin-Solenikov Date: Wed, 29 Sep 2010 08:15:20 +0000 (+0400) Subject: fortune-mod: update to 1.99.1-4 and drop host-only tools X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99797a4769f7d0e4c6ff45d142aea63b321cf35c;p=openembedded.git 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 --- 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" +