mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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>
18 lines
275 B
BlitzBasic
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}"
|