task-sdk: Fix lttng-ust dependency to include the -dev version so headers are included

[BUGID #425]

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2010-10-19 20:52:49 +01:00
parent 4f7d621db6
commit 340ff263ca
3 changed files with 7 additions and 7 deletions

View File

@ -4,7 +4,7 @@
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
LICENSE = "MIT"
PR = "r7"
PR = "r8"
ALLOW_EMPTY = "1"

View File

@ -4,7 +4,7 @@
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
LICENSE = "MIT"
PR = "r10"
PR = "r11"
ALLOW_EMPTY = "1"

View File

@ -17,8 +17,8 @@ SDK-GMAE = " \
# TODO: gvfs-dev, mission-control
SDK-EXTRAS = ""
SDK-EXTRAS_qemux86 = " valgrind lttng-ust"
SDK-EXTRAS_qemux86-64 = " lttng-ust"
SDK-EXTRAS_qemuppc = " lttng-ust"
SDK-EXTRAS_emenlow = " lttng-ust"
SDK-EXTRAS_atom-pc = " lttng-ust"
SDK-EXTRAS_qemux86 = " valgrind lttng-ust-dev"
SDK-EXTRAS_qemux86-64 = " lttng-ust-dev"
SDK-EXTRAS_qemuppc = " lttng-ust-dev"
SDK-EXTRAS_emenlow = " lttng-ust-dev"
SDK-EXTRAS_atom-pc = " lttng-ust-dev"