aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/disko/disko.inc
blob: 05f200943d5c751cab5c9ebdb6fd92339c904e23 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "Disko is an application framework, that can be used to develop GUI applications for embedded devices."
LICENSE = "GPL"

DEPENDS = "sqlite3 libpng jpeg curl alsa-lib freetype libxml2 libsigc++-2.0 openssl"

inherit scons pkgconfig

ARM_INSTRUCTION_SET = "arm"
LD = ${CXX}

#workaround for disko which creates .pc inside install
do_install_append () {

for i in `find ${S}/ ${D}/${libdir}/pkgconfig -name "*.pc" -type f` ; do \
            sed -i -e 's:${D}::g' $i
        done
}