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