diff options
author | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-21 01:55:44 +0000 |
---|---|---|
committer | Paul Sokolovsky <pmiscml@gmail.com> | 2008-01-21 01:55:44 +0000 |
commit | a4ee61a679f06dde608ce54de4aaae00086125ac (patch) | |
tree | 00946989ae0a6023b637500751b6cc8bbe46e7c5 | |
parent | dec9c3aded9712adf57c46bea4a4b913b38d01a3 (diff) |
gpe-contacts svn: Convert to SRCREV, add latest rev to sane-srcrevs.inc.
* Confirmed buildable/working.
-rw-r--r-- | conf/distro/include/sane-srcrevs.inc | 1 | ||||
-rw-r--r-- | packages/gpe-contacts/gpe-contacts_svn.bb | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/conf/distro/include/sane-srcrevs.inc b/conf/distro/include/sane-srcrevs.inc index 289698bbaf..fd081635e0 100644 --- a/conf/distro/include/sane-srcrevs.inc +++ b/conf/distro/include/sane-srcrevs.inc @@ -25,6 +25,7 @@ SRCREV_pn-fbgrab-viewer-native ?= "1943" SRCREV_pn-fstests ?= "204" SRCREV_pn-gconf-dbus ?= "606" SRCREV_pn-gnuradio ?= "6377" +SRCREV_pn-gpe-contacts ?= "9312" SRCREV_pn-gsm0710muxd ?= "42" SRCREV_pn-gypsy ?= "56" SRCREV_pn-hildon-1 ?= "14429" diff --git a/packages/gpe-contacts/gpe-contacts_svn.bb b/packages/gpe-contacts/gpe-contacts_svn.bb index b5a22ebad2..c3ef1eb26b 100644 --- a/packages/gpe-contacts/gpe-contacts_svn.bb +++ b/packages/gpe-contacts/gpe-contacts_svn.bb @@ -3,8 +3,8 @@ SECTION = "gpe" LICENSE = "GPL" DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus" RDEPENDS = "gpe-icons" -PV = "0.43+svn${SRCDATE}" -PR = "r0" +PV = "0.47+svnr${SRCREV}" +PR = "r1" inherit autotools gpe |