1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 05:09:24 +00:00

exmap: Remove bogus TARGET_ARCH references

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2382 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie
2007-08-08 10:02:37 +00:00
parent 355b128de1
commit 7395a39fcc
3 changed files with 2 additions and 4 deletions
@@ -14,11 +14,9 @@ MYPV := "${PV}"
PACKAGES =+ "exmap-server kernel-module-exmap"
FILES_exmap-console = "${bindir}/exmap ${bindir}/exmapd"
PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}"
RDEPENDS_exmap-console += "kernel-module-exmap"
FILES_exmap-server = "${bindir}/exmapserver"
PACKAGE_ARCH_exmap-server = "${TARGET_ARCH}"
RDEPENDS_exmap-server += "kernel-module-exmap"
FILES_kernel-module-exmap = "${base_libdir}"
@@ -1,3 +1,3 @@
require exmap-console.inc
PR = "r1"
PR = "r2"
@@ -1,7 +1,7 @@
require exmap-console.inc
PV = "0.4+svn${SRCDATE}"
PR = "r11"
PR = "r12"
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=exmap-console;proto=http"