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