blob: 8ebb7801e622271f0b2bfcdac3df9ca0680c2407 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
inherit gpe
LICENSE = "GPL"
DESCRIPTION = "Teleport app"
DEPENDS = "gtk+ libgpewidget libdisplaymigration libgcrypt sqlite"
SECTION = "gpe"
PRIORITY = "optional"
PR = "r2"
SRC_URI =+ "file://crypt.c \
file://fix-desktop.patch;patch=1 \
file://remove-tododb.patch;pnum=1;patch=1"
|