iliad: Add grease and add more dependencies to it

This commit is contained in:
Holger Hans Peter Freyther 2013-04-24 17:39:02 +02:00
parent 6c8ddf8d6d
commit c05c4ca9ef
2 changed files with 20 additions and 1 deletions

View File

@ -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"

View File

@ -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}" {} \;