blob: 5a941550db110977bcb96b031b41d121876e1fd3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
PR = "r0"
DESCRIPTION = "OSSIE Node Booter"
SECTION = "apps"
PRIORITY = "optional"
LICENSE = "GPL"
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"
|