edbus and exml deserve a proper PV otherwise bad things will happen on install
authorHolger Freyther <zecke@selfish.org>
Wed, 12 Mar 2008 13:14:43 +0000 (13:14 +0000)
committerHolger Freyther <zecke@selfish.org>
Wed, 12 Mar 2008 13:14:43 +0000 (13:14 +0000)
    Make sure edbus and exml have a proper version number otherwise e-wm and other
    ipkg will not make sure they get installed

packages/efl1/edbus_cvs.bb
packages/efl1/exml_cvs.bb

index 28bcbb1..d9c2b83 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "DBus and HAL convenience wrappers for EFL"
 DEPENDS = "dbus ecore"
 LICENSE = "MIT BSD"
+PV = "0.1.0.042+cvs${SRCDATE}"
 PR = "r2"
 
 inherit efl_library
index add3053..b94af05 100644 (file)
@@ -1,6 +1,7 @@
 DESCRIPTION = "Exml is a generic XML parser wrapper."
 LICENSE = "MIT"
 DEPENDS = "libxml2 libxslt ecore"
+PV = "0.1.1+cvs${SRCDATE}"
 
 inherit efl_library