mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +00:00
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:
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
|
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r7"
|
PR = "r8"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
|
DESCRIPTON = "Gnome Mobile And Embedded Software Development Kit for OpenedHand Poky"
|
||||||
LICENSE = "MIT"
|
LICENSE = "MIT"
|
||||||
PR = "r10"
|
PR = "r11"
|
||||||
|
|
||||||
ALLOW_EMPTY = "1"
|
ALLOW_EMPTY = "1"
|
||||||
|
|
||||||
|
|||||||
@@ -17,8 +17,8 @@ SDK-GMAE = " \
|
|||||||
# TODO: gvfs-dev, mission-control
|
# TODO: gvfs-dev, mission-control
|
||||||
|
|
||||||
SDK-EXTRAS = ""
|
SDK-EXTRAS = ""
|
||||||
SDK-EXTRAS_qemux86 = " valgrind lttng-ust"
|
SDK-EXTRAS_qemux86 = " valgrind lttng-ust-dev"
|
||||||
SDK-EXTRAS_qemux86-64 = " lttng-ust"
|
SDK-EXTRAS_qemux86-64 = " lttng-ust-dev"
|
||||||
SDK-EXTRAS_qemuppc = " lttng-ust"
|
SDK-EXTRAS_qemuppc = " lttng-ust-dev"
|
||||||
SDK-EXTRAS_emenlow = " lttng-ust"
|
SDK-EXTRAS_emenlow = " lttng-ust-dev"
|
||||||
SDK-EXTRAS_atom-pc = " lttng-ust"
|
SDK-EXTRAS_atom-pc = " lttng-ust-dev"
|
||||||
|
|||||||
Reference in New Issue
Block a user