diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2008-05-26 11:52:30 +0000 |
---|---|---|
committer | Rolf Leggewie <oe-devel@rolf.leggewie.biz> | 2008-05-26 11:52:30 +0000 |
commit | 6a9ed80e27237c49b27ca5b63ae985a42e4d8b0f (patch) | |
tree | d5239aa2b8b083ef50ec173df1b5f2d16aba60ff /classes/opie.bbclass | |
parent | a61075e60e196d55d3e1f98b9f1e96a9ae8bef25 (diff) |
opie: move OPIE_BINDIR out of opie.bbclass into palmtop.bbclass. Closes 3669.
* commit by Laibsch
Diffstat (limited to 'classes/opie.bbclass')
-rw-r--r-- | classes/opie.bbclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass index 6324dbf522..bd1bbaf578 100644 --- a/classes/opie.bbclass +++ b/classes/opie.bbclass @@ -22,7 +22,6 @@ 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 += " 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('.', '_')}" |