1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

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
@@ -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}"