[oe-commits] Dmitry Eremin-Solenikov : fortune-mod: update to 1.99. 1-4 and drop host-only tools

git version control git at git.openembedded.org
Wed Sep 29 10:03:10 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 99797a4769f7d0e4c6ff45d142aea63b321cf35c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=99797a4769f7d0e4c6ff45d142aea63b321cf35c

Author: Dmitry Eremin-Solenikov <dbaryshkov at gmail.com>
Date:   Wed Sep 29 12:15:20 2010 +0400

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 at gmail.com>

---

 recipes/fortune-mod/fortune-mod_1.99.1.bb |   10 ++++++----
 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 1c022b8..6e42bb0 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"
+





More information about the Openembedded-commits mailing list