diff options
author | Richard Purdie <richard@openedhand.com> | 2007-11-25 23:16:16 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-11-25 23:16:16 +0000 |
commit | 37f80dd759356bbcda4a20f5e9fca6061014e4dd (patch) | |
tree | d2837a04eb3defb1c3960bac1cc3441c9801cf11 /meta/packages/exmap-console/exmap-console_svn.bb | |
parent | aa10825598730572f60da1a61b2d6bed87b3bb81 (diff) | |
download | poky-37f80dd759356bbcda4a20f5e9fca6061014e4dd.tar.gz |
exmap-console: Remove MYPV madness, makes my head hurt and breaks builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3235 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/exmap-console/exmap-console_svn.bb')
-rw-r--r-- | meta/packages/exmap-console/exmap-console_svn.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/packages/exmap-console/exmap-console_svn.bb b/meta/packages/exmap-console/exmap-console_svn.bb index 3d809703a5..3a9c03144f 100644 --- a/meta/packages/exmap-console/exmap-console_svn.bb +++ b/meta/packages/exmap-console/exmap-console_svn.bb | |||
@@ -1,10 +1,8 @@ | |||
1 | require exmap-console.inc | 1 | require exmap-console.inc |
2 | 2 | ||
3 | PV = "0.4+svnr${SRCREV}" | 3 | PV = "0.4+svnr${SRCREV}" |
4 | PR = "r1" | ||
4 | 5 | ||
5 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http" | 6 | SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http" |
6 | 7 | ||
7 | S = "${WORKDIR}/exmap-console" | 8 | S = "${WORKDIR}/exmap-console" |
8 | |||
9 | MYPV := "${PV}" | ||
10 | PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}" | ||