blob: 84c178f3a8757f749944403afaeca29f1356a0f5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
LICENSE = "MIT"
PR = "r10"
ALLOW_EMPTY = "1"
require task-sdk-gmae.inc
PACKAGES = "${PN} ${PN}-dbg"
RDEPENDS = "\
task-poky-standalone-sdk-target \
libglade-dev \
${SDK-GMAE}"
|