blob: f37df3da74463a8b1a4d019ece3dc8afbcd8a6b1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
DESCRIPTION = "OSSIE Node Booter"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
PV = "0.0.0+svn${SRCDATE}"
DEPENDS = "ossiecf"
S = "${WORKDIR}/nodebooter"
SRC_URI = "svn://oe:oe@ossie-dev.mprg.org/repos/ossie/platform/nodebooter/trunk;module=nodebooter;proto=https"
inherit autotools
BROKEN = "1"
|