starling svn convert to SRCREV
authorMichael Lauer <mickey@vanille-media.de>
Wed, 24 Sep 2008 08:29:39 +0000 (08:29 +0000)
committerMichael Lauer <mickey@vanille-media.de>
Wed, 24 Sep 2008 08:29:39 +0000 (08:29 +0000)
conf/distro/include/preferred-om-2008-versions.inc
conf/distro/include/sane-srcrevs.inc
packages/starling/starling_svn.bb

index 4f9df3b..f420097 100644 (file)
@@ -1775,7 +1775,6 @@ PREFERRED_VERSION_squid ?= "2.6.STABLE14"
 PREFERRED_VERSION_sshfs-fuse ?= "1.8"
 PREFERRED_VERSION_ssmtp ?= "2.61"
 PREFERRED_VERSION_stagemanager-native ?= "0.0.1"
-PREFERRED_VERSION_starling ?= "0.2"
 PREFERRED_VERSION_startup-monitor ?= "0.18-2"
 PREFERRED_VERSION_startup-notification ?= "0.8"
 PREFERRED_VERSION_stat ?= "3.3"
index 13bf70a..7edd1e4 100644 (file)
@@ -174,6 +174,7 @@ SRCREV_pn-serial-forward ?= "4214"
 SRCREV_pn-settings-daemon ?= "2006"
 SRCREV_pn-sjf2410-linux-native ?= "4268"
 SRCREV_pn-sphyrna-python ?= "45"
+SRCREV_pn-starling ?= "9574"
 SRCREV_pn-tichy ?= "168"
 SRCREV_pn-tmut ?= "60"
 SRCREV_pn-u-boot-openmoko ?= "ba029a1426bfca169572bf80d50a8b190a6b0e19"
index 7969cd8..937a73b 100644 (file)
@@ -3,21 +3,24 @@ SECTION = "gpe/multimedia"
 PRIORITY = "optional"
 LICENSE = "GPL"
 DEPENDS = "gtk+ gstreamer gst-plugins-good gst-plugins-bad esound sqlite libsoup"
-RDEPENDS = "esd \
-        gst-plugin-audioconvert \
-        gst-plugin-esd \
-        gst-plugin-typefindfunctions \
-        gst-plugin-decodebin \
-        gst-plugin-volume"
-RRECOMMENDS = "gst-plugin-mad \
-        gst-plugin-modplug \
-        gst-plugin-ivorbis \
-        gst-plugin-tcp"
-
-PV = "0.2+svn${SRCDATE}"
+PV = "0.2+svnr${SRCREV}"
 
 inherit gpe autotools
 
 SRC_URI = "${GPE_EXTRA_SVN}"
-
 S = "${WORKDIR}/${PN}"
+
+RDEPENDS = "\
+  esd \
+  gst-plugin-audioconvert \
+  gst-plugin-esd \
+  gst-plugin-typefindfunctions \
+  gst-plugin-decodebin \
+  gst-plugin-volume \
+"
+RRECOMMENDS = "\
+  gst-plugin-mad \
+  gst-plugin-modplug \
+  gst-plugin-ivorbis \
+  gst-plugin-tcp \
+"