esound: add proper esound, move away the gpe fork
authorKoen Kooi <koen@openembedded.org>
Sun, 4 Feb 2007 09:15:55 +0000 (09:15 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 4 Feb 2007 09:15:55 +0000 (09:15 +0000)
* thanks to the GPE folks not following the versioning policy PV is going backwards

packages/esound/old/.mtn2git_empty [new file with mode: 0644]
packages/esound/old/esound-gpe_20020817.bb [moved from packages/esound/esound-gpe_20020817.bb with 94% similarity]
packages/esound/old/esound-gpe_20070109.bb [moved from packages/esound/esound-gpe_20070109.bb with 87% similarity]

diff --git a/packages/esound/old/.mtn2git_empty b/packages/esound/old/.mtn2git_empty
new file mode 100644 (file)
index 0000000..e69de29
similarity index 94%
rename from packages/esound/esound-gpe_20020817.bb
rename to packages/esound/old/esound-gpe_20020817.bb
index b757354..a698211 100644 (file)
@@ -6,7 +6,7 @@ PR = "r5"
 PROVIDES += "esound"
 RPROVIDES += "esound"
 
-SRCDATE = "${PV}"
+SRCDATE := "${PV}"
 SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/base/;module=esound;date=20061119 \
           file://audiofile-please.patch;patch=1 \
           file://configure.patch;patch=1"
@@ -18,6 +18,8 @@ inherit autotools binconfig pkgconfig
 EXTRA_OECONF = "--disable-alsa"
 
 SOV = "0.2.28"
+PV = "${SOV}+cvs${SRCDATE}"
+
 
 do_stage () {
        install -m 0644 esd.h ${STAGING_INCDIR}/esd.h
similarity index 87%
rename from packages/esound/esound-gpe_20070109.bb
rename to packages/esound/old/esound-gpe_20070109.bb
index 0cf1e5b..850def7 100644 (file)
@@ -7,7 +7,7 @@ PROVIDES += "esound"
 RPROVIDES += "esound"
 
 SRCDATE = "${PV}"
-SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/extra;module=esound;rev=8935 \
+SRC_URI = "svn://projects.linuxtogo.org/svn/gpe/trunk/;module=extra/esound;rev=8935 \
           file://audiofile-please.patch;patch=1 \
           file://configure.patch;patch=1"
 
@@ -18,6 +18,7 @@ inherit autotools binconfig pkgconfig
 EXTRA_OECONF = "--disable-alsa"
 
 SOV = "0.2.28"
+PV = "${SOV}+cvs${SRCDATE}"
 
 do_stage () {
        install -m 0644 esd.h ${STAGING_INCDIR}/esd.h