[oe-commits] org.oe.dev edbus and exml deserve a proper PV otherwise bad things will happen on install

freyther commit oe at amethyst.openembedded.net
Fri Apr 25 15:40:03 UTC 2008


edbus and exml deserve a proper PV otherwise bad things will happen on install
    Make sure edbus and exml have a proper version number otherwise e-wm and other
    ipkg will not make sure they get installed

Author: freyther at openembedded.org
Branch: org.openembedded.dev
Revision: ca71c885ad0de8d890d22559de2008a260d81143
ViewMTN: http://monotone.openembedded.org/revision/info/ca71c885ad0de8d890d22559de2008a260d81143
Files:
1
packages/efl1/edbus_cvs.bb
packages/efl1/exml_cvs.bb
Diffs:

#
# mt diff -r77f35f1f7c5b0fef6d1dc1a56b3a5d6476218374 -rca71c885ad0de8d890d22559de2008a260d81143
#
#
#
# patch "packages/efl1/edbus_cvs.bb"
#  from [132848ec2182987753b4827a0c27d567ca12cce7]
#    to [3c44c1091be07a94b0aeebd75bf2d9693bdb0298]
# 
# patch "packages/efl1/exml_cvs.bb"
#  from [2564777dc378cdf2b521b0e39fe35257f04e8314]
#    to [36dc5bf1bc769d147967195abcd043d4bce849c6]
#
============================================================
--- packages/efl1/edbus_cvs.bb	132848ec2182987753b4827a0c27d567ca12cce7
+++ packages/efl1/edbus_cvs.bb	3c44c1091be07a94b0aeebd75bf2d9693bdb0298
@@ -1,6 +1,7 @@ LICENSE = "MIT BSD"
 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
============================================================
--- packages/efl1/exml_cvs.bb	2564777dc378cdf2b521b0e39fe35257f04e8314
+++ packages/efl1/exml_cvs.bb	36dc5bf1bc769d147967195abcd043d4bce849c6
@@ -1,6 +1,7 @@ DEPENDS = "libxml2 libxslt ecore"
 DESCRIPTION = "Exml is a generic XML parser wrapper."
 LICENSE = "MIT"
 DEPENDS = "libxml2 libxslt ecore"
+PV = "0.1.1+cvs${SRCDATE}"
 
 inherit efl_library
 






More information about the Openembedded-commits mailing list