From c05c4ca9ef8d449678a98af0723c840d4229f5c6 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Wed, 24 Apr 2013 17:39:02 +0200 Subject: [PATCH] iliad: Add grease and add more dependencies to it --- recipes-smalltalk/grease/grease_git.bb | 17 +++++++++++++++++ recipes-smalltalk/iliad/iliad_git.bb | 4 +++- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 recipes-smalltalk/grease/grease_git.bb diff --git a/recipes-smalltalk/grease/grease_git.bb b/recipes-smalltalk/grease/grease_git.bb new file mode 100644 index 0000000000..c9d9185da9 --- /dev/null +++ b/recipes-smalltalk/grease/grease_git.bb @@ -0,0 +1,17 @@ +DESCRIPTION = "Grease compability layer" +HOMEPAGE = "http://github.com/NicolasPetton/grease" +LICENSE = "MIT" + +LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ + file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" + +S = "${WORKDIR}/git" +SRC_URI = "git://github.com/NicolasPetton/Grease.git;protocol=git;branch=master" +SRCREV = "131f4216188310992db37836e0ea248a9a152406" +PV = "3.0+gitr${SRCPV}" +PR = "r2" + + +inherit smalltalk_package + +RDEPENDS_${PN} += "smalltalk-digest" diff --git a/recipes-smalltalk/iliad/iliad_git.bb b/recipes-smalltalk/iliad/iliad_git.bb index f365a5c640..4d10b4b869 100644 --- a/recipes-smalltalk/iliad/iliad_git.bb +++ b/recipes-smalltalk/iliad/iliad_git.bb @@ -9,10 +9,12 @@ S = "${WORKDIR}/git" SRC_URI = "git://github.com/zecke/iliad-stable.git;protocol=git;branch=master" SRCREV = "3469a322b9cae17d452fae1b38d661e14e4ae902" PV = "0.9.1+gitr${SRCPV}" -PR = "r1" +PR = "r3" inherit smalltalk_package +RDEPENDS_${PN} += "smalltalk-iconv grease" + do_compile() { gst < /dev/null find ${S} -name package.xml -execdir gst-package --target-directory="${S}" {} \;