diff options
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" |