diff options
author | Justin Patrin <papercrane@gmail.com> | 2006-01-30 08:18:38 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2006-01-30 08:18:38 +0000 |
commit | 56435559deae7a21e210bd654706aef415904fc4 (patch) | |
tree | 9fdc9421531049c3ad132b2c71e2cd6d4fc3b237 /packages/efl/embryo_20060128.bb | |
parent | 9f00cacbccf02db56cb4e134a8dcecb6d13205d9 (diff) |
efl, e17: update CVS versions again, fix cpp issues
- evas is left at 20060113 because it changed that day and breaks ecore
- cpp and gcc paths are hard-coded to /usr/bin/ to fix some issues with OE's binaries in use with edje
Diffstat (limited to 'packages/efl/embryo_20060128.bb')
-rw-r--r-- | packages/efl/embryo_20060128.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/efl/embryo_20060128.bb b/packages/efl/embryo_20060128.bb new file mode 100644 index 0000000000..58ff67869b --- /dev/null +++ b/packages/efl/embryo_20060128.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Embryo implements a C like scripting language used in various parts \ +of the Enlightenment project, namely Edje. Embryo's scripting language is based on \ +CompuPhase's Small language that was introduced in Dr Dobb's Journal in 1999. \ +Embryo allows scripting capabilities in places that otherwise wouldn't support \ +basic programming structures such as in Edje EDCs." +LICENSE = "MIT" +PR = "r1" + +inherit efl + +SRC_URI = "cvs://anonymous@thinktux.net/root;module=e17/libs/embryo;date=${PV}" +S = "${WORKDIR}/embryo" |