diff options
author | Khem Raj <raj.khem@gmail.com> | 2009-12-10 12:52:32 -0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2009-12-10 12:52:32 -0800 |
commit | 6855e395d3277f7040a45148b0d8f25ff74eeea2 (patch) | |
tree | b1d84256efd9b395ee857e6ac4f91994553c838b /recipes/libqpe/libqpe-opie.inc | |
parent | e75f17c966b60ed07863e92b29a13404d8932f43 (diff) |
libqpe-opie: inherit opie for OPIE_CVS_PV
* Move to using INC_PR.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/libqpe/libqpe-opie.inc')
-rw-r--r-- | recipes/libqpe/libqpe-opie.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/libqpe/libqpe-opie.inc b/recipes/libqpe/libqpe-opie.inc index ebb49c0658..3cecedd071 100644 --- a/recipes/libqpe/libqpe-opie.inc +++ b/recipes/libqpe/libqpe-opie.inc @@ -6,10 +6,11 @@ PRIORITY = "optional" LICENSE = "GPL" DEPENDS = "uicmoc-native virtual/libqte2" PROVIDES = "virtual/libqpe1" - +INC_PR = "r7" S = "${WORKDIR}/library" inherit palmtop +inherit opie OE_QMAKE_CXXFLAGS := "${@oe_filter_out('-fno-rtti', '${OE_QMAKE_CXXFLAGS}', d)}" QMAKE_PROFILES = "library.pro" |