diff options
| author | Rod Whitby <rod@whitby.id.au> | 2007-07-08 05:56:05 +0000 |
|---|---|---|
| committer | Rod Whitby <rod@whitby.id.au> | 2007-07-08 05:56:05 +0000 |
| commit | 598873b16965f4fa24bdde2de2d39aef52ae1283 (patch) | |
| tree | 4b1963fb7c3db7a1d4a4ce29915de96608207c4b /classes | |
| parent | 154af708451cce6148f55a8942c03d29d90c7fc7 (diff) | |
| parent | 6fc2762e3570cab046062795247010363d5460d6 (diff) | |
merge of '5076ed26abde44cf0e9a27bb249bb0829b19ea16'
and 'ecca9e62d3b19e42cb09d54766c2633bb3023046'
Diffstat (limited to 'classes')
| -rw-r--r-- | classes/opie.bbclass | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index c11cf0b4de..6324dbf522 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -21,7 +21,8 @@ DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2 # to be consistent, put all targets into workdir # NOTE: leave one space at the end, other files are expecting that -EXTRA_QMAKEVARS_POST += "DESTDIR=${S} " +EXTRA_QMAKEVARS_POST += " DESTDIR=${S} " +EXTRA_QMAKEVARS_POST += " DEFINES+=OPIE_BINDIR='\"${bindir}\"' DEFINES+=OPIE_LIBDIR='\"${libdir}/opie/lib\"' DEFINES+=OPIE_QTDIR='\"${libdir}/opie\"' " # Opie standard TAG value TAG = "${@'v' + bb.data.getVar('PV',d,1).replace('.', '_')}" |
