diff options
Diffstat (limited to 'recipes/efl1/exml_svn.bb')
-rw-r--r-- | recipes/efl1/exml_svn.bb | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/efl1/exml_svn.bb b/recipes/efl1/exml_svn.bb new file mode 100644 index 0000000000..363a23d7f1 --- /dev/null +++ b/recipes/efl1/exml_svn.bb @@ -0,0 +1,8 @@ +DESCRIPTION = "Exml is a generic XML parser wrapper." +LICENSE = "MIT" +DEPENDS = "libxml2 libxslt ecore" +PV = "0.1.1+svnr${SRCREV}" +PR = "r2" + +inherit efl + |