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
This commit is contained in:
Richard Purdie
2007-11-25 23:16:16 +00:00
parent aa10825598
commit 37f80dd759
3 changed files with 2 additions and 6 deletions

View File

@@ -11,7 +11,6 @@ TEMPPACKAGE_ARCH := "${PACKAGE_ARCH}"
inherit module-base
inherit autotools
MYPV := "${PV}"
PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}"
PACKAGES =+ "exmap-server kernel-module-exmap"
@@ -24,7 +23,6 @@ RDEPENDS_exmap-server += "kernel-module-exmap"
FILES_kernel-module-exmap = "${base_libdir}"
PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}"
PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"
RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}"
S = "${WORKDIR}/exmap-console-${PV}"

View File

@@ -1,3 +1,3 @@
require exmap-console.inc
PR = "r4"
PR = "r5"

View File

@@ -1,10 +1,8 @@
require exmap-console.inc
PV = "0.4+svnr${SRCREV}"
PR = "r1"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"
S = "${WORKDIR}/exmap-console"
MYPV := "${PV}"
PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"