diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 11:11:15 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-23 11:11:15 +0000 |
commit | 9f9419b37cfc0f3568d918e924dc3dae9688f2e4 (patch) | |
tree | 33c5b91c412480a719e9a6af71d30bd8ad9437f9 /embryo | |
parent | e3ef36ad6e2826c9ffe9631c4c82a68689715659 (diff) |
fix ewl compilage and fix a couple of SECTIONs belonging to E stuff
BKrev: 417a3c53Jtq69I9EORUfSte_c4uZdw
Diffstat (limited to 'embryo')
-rw-r--r-- | embryo/embryo-native_cvs.oe | 1 | ||||
-rw-r--r-- | embryo/embryo_cvs.oe | 4 |
2 files changed, 2 insertions, 3 deletions
diff --git a/embryo/embryo-native_cvs.oe b/embryo/embryo-native_cvs.oe index 3d901e581c..354f8b92de 100644 --- a/embryo/embryo-native_cvs.oe +++ b/embryo/embryo-native_cvs.oe @@ -1,4 +1,3 @@ -SECTION = "devel" include embryo_${PV}.oe inherit native diff --git a/embryo/embryo_cvs.oe b/embryo/embryo_cvs.oe index c974824d3d..5d5280b4f1 100644 --- a/embryo/embryo_cvs.oe +++ b/embryo/embryo_cvs.oe @@ -3,10 +3,10 @@ of the Enlightenment project, namely Edje. Embryo's scripting language is based 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." -SECTION = "libs" +SECTION = "e/libs" MAINTAINER = "Chris Larson <kergoth@handhelds.org>" PV = "${CVSDATE}" -PR = "r1" +PR = "r2" SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/enlightenment;module=e17/libs/embryo" S = "${WORKDIR}/embryo" |