aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-opie/opie-i18n/opie-lupdate-native.inc
blob: 376779eb5e78475a7b8d9c350dde0a035ad8aa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
DESCRIPTION = "Opie native i18n tool lupdate"
SECTION = "opie/base"
PRIORITY = "optional"
LICENSE = "GPL"
# FIXME stopgap until split archives have license files included
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
DEPENDS = "uicmoc3-native"

S = "${WORKDIR}/opie-lupdate"

inherit native qmake qt3e

export OE_QMAKE_LINK="${CXX}"
EXTRA_QMAKEVARS_POST_append = "LIBS+=-ldl "
EXTRA_QMAKEVARS_POST_append = "CONFIG-=thread "

do_install() {
    install -d ${D}${bindir}/
    install -m 0755 opie-lupdate ${D}${bindir}/
}