summaryrefslogtreecommitdiff
path: root/packages/efl/embryo_20060101.bb
diff options
context:
space:
mode:
authorJustin Patrin <papercrane@gmail.com>2006-01-14 05:49:09 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-01-14 05:49:09 +0000
commit15089be4e934cc16b5f2553875118f7a54874dc8 (patch)
treebc5405a42a1fd74ded295392804a3f2b8a5fe60d /packages/efl/embryo_20060101.bb
parente523c03092fc6cfeda92b045a4d188b328267930 (diff)
efl, e17: update to newest versions, add CVS versions for all
- switch to thinktux CVS mirror - move from CVS/SRCDATE to date parameter in cvs URI - entrance and e-wm currently fail compiling
Diffstat (limited to 'packages/efl/embryo_20060101.bb')
-rw-r--r--packages/efl/embryo_20060101.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/efl/embryo_20060101.bb b/packages/efl/embryo_20060101.bb
new file mode 100644
index 0000000000..58ff67869b
--- /dev/null
+++ b/packages/efl/embryo_20060101.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"