exmap-console: Override PACKAGE_ARCH from module-base

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2383 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-08-08 10:11:45 +00:00
parent 7395a39fcc
commit e785bbb1c5
3 changed files with 5 additions and 2 deletions

View File

@ -6,10 +6,13 @@ DEPENDS = "virtual/kernel readline"
SRC_URI = "http://projects.o-hand.com/sources/exmap-console/exmap-console-${PV}.tgz"
TEMPPACKAGE_ARCH := "${PACKAGE_ARCH}"
inherit module-base
inherit autotools
MYPV := "${PV}"
PACKAGE_ARCH = "${TEMPPACKAGE_ARCH}"
PACKAGES =+ "exmap-server kernel-module-exmap"

View File

@ -1,3 +1,3 @@
require exmap-console.inc
PR = "r2"
PR = "r3"

View File

@ -1,7 +1,7 @@
require exmap-console.inc
PV = "0.4+svn${SRCDATE}"
PR = "r12"
PR = "r13"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"