mirror of
https://git.yoctoproject.org/poky
synced 2026-03-17 04:39:40 +01:00
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:
@@ -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"
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
require exmap-console.inc
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user