blob: 64840797cdc16086034fe03ec22cb12a2c5003be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
include obexpush_${PV}.bb
inherit native
FILESPATH = "${FILE_DIRNAME}/obexpush-${PV}:${FILE_DIRNAME}/obexpush:${FILE_DIRNAME}/files:${FILE_DIRNAME}"
do_stage() {
:
}
do_install() {
:
}
|