mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 15:49:36 +02:00
Differences from OE versions: task-qte-toolchain-target.bb: * Depend on task-poky-standalone-sdk-target instead of task-sdk-bare * Add LIC_FILES_CHKSUM * Correct libsqlite3-dev dependency for Poky * Remove dependency on libts-dev * Remove QtDeclarative as it does not build for 4.6.3. (This will need to be addressed in a future update.) task-qte-toolchain-host.bb * Fix for Poky directory structure * qt4-tools-sdk -> qt4-tools-nativesdk meta-toolchain-qte: * Fix for Poky directory structure * Use "tar --owner=root" instead of fakeroot * Remove angstrom-specific suffix Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
8 lines
170 B
BlitzBasic
8 lines
170 B
BlitzBasic
require recipes-core/tasks/task-sdk-host.bb
|
|
|
|
DESCRIPTION = "Host packages for Qt Embedded SDK"
|
|
LICENSE = "MIT"
|
|
ALLOW_EMPTY = "1"
|
|
|
|
RDEPENDS_${PN} += "qt4-tools-nativesdk"
|