aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libopie/libopie2_1.2.5.bb
blob: 616100169389230bfd0a37c43928fa053f9f0f93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
require ${PN}.inc

PR = "r0"

DEFAULT_PREFERENCE = "-1"

SRC_URI = "http://sources.openembedded.org/opie-1.2.5-split_libopie2.tar.bz2 \
           file://include.pro"

PRIVATE += " opimmemosortvector.h"

# FIXME remove this!
SRC_URI_append_poodle = " file://poodle-2.6-hotkeys.patch"

do_stage_append() {
        # special case for uic-created header files
        install -m 0644 opiepim/ui/opimalarmdlgbase.h ${STAGING_INCDIR}/opie2/
}