Files
poky/meta/packages/tasks/task-poky-sdk-gmae.bb
Dongxiao Xu 43938f11af sqlite3: fix multiple provider warning
Use ${PN} to replace the original hardcode name in recipe PACKAGES line
This fixes multiple provider warning of sqlite3 (sqlite3 and
sqlite3-nativesdk)

Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
2010-08-31 17:21:13 +01:00

18 lines
275 B
BlitzBasic

#
# Copyright (C) 2007 OpenedHand Ltd.
#
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
PR = "r7"
ALLOW_EMPTY = "1"
require task-sdk-gmae.inc
PACKAGES = "${PN}"
RDEPENDS = "\
task-poky-sdk \
libglade-dev \
${SDK-GMAE}"