exmap-console: Fix server packaging

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2066 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Richard Purdie 2007-06-30 11:30:32 +00:00
parent 0b305ffc29
commit d5ba636e35
3 changed files with 5 additions and 3 deletions

View File

@ -11,7 +11,7 @@ inherit autotools
MYPV := "${PV}"
PACKAGES += "exmap-server kernel-module-exmap"
PACKAGES =+ "exmap-server kernel-module-exmap"
FILES_exmap-console = "${bindir}/exmap ${bindir}/exmapd"
PACKAGE_ARCH_exmap-console = "${TARGET_ARCH}"

View File

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

View File

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