mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +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:
@@ -11,7 +11,6 @@ TEMPPACKAGE_ARCH := "${PACKAGE_ARCH}"
|
|||||||
inherit module-base
|
inherit module-base
|
||||||
inherit autotools
|
inherit autotools
|
||||||
|
|
||||||
MYPV := "${PV}"
|
|
||||||
PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}"
|
PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}"
|
||||||
|
|
||||||
PACKAGES =+ "exmap-server kernel-module-exmap"
|
PACKAGES =+ "exmap-server kernel-module-exmap"
|
||||||
@@ -24,7 +23,6 @@ RDEPENDS_exmap-server += "kernel-module-exmap"
|
|||||||
|
|
||||||
FILES_kernel-module-exmap = "${base_libdir}"
|
FILES_kernel-module-exmap = "${base_libdir}"
|
||||||
PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}"
|
PACKAGE_ARCH_kernel-module-exmap = "${MACHINE_ARCH}"
|
||||||
PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"
|
|
||||||
RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}"
|
RDEPENDS_kernel-module-exmap += "update-modules kernel-image-${KERNEL_VERSION}"
|
||||||
|
|
||||||
S = "${WORKDIR}/exmap-console-${PV}"
|
S = "${WORKDIR}/exmap-console-${PV}"
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
require exmap-console.inc
|
require exmap-console.inc
|
||||||
|
|
||||||
PR = "r4"
|
PR = "r5"
|
||||||
|
|||||||
@@ -1,10 +1,8 @@
|
|||||||
require exmap-console.inc
|
require exmap-console.inc
|
||||||
|
|
||||||
PV = "0.4+svnr${SRCREV}"
|
PV = "0.4+svnr${SRCREV}"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"
|
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"
|
||||||
|
|
||||||
S = "${WORKDIR}/exmap-console"
|
S = "${WORKDIR}/exmap-console"
|
||||||
|
|
||||||
MYPV := "${PV}"
|
|
||||||
PV_kernel-module-exmap = "${MYPV}-${KERNEL_VERSION}"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user