blob: 5ec40b140c8a9c661685f892bdf2dad3d404fd01 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
#
# Copyright (C) 2007 OpenedHand Ltd
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r10"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
inherit nativesdk
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
pkgconfig-nativesdk \
qemu-nativesdk \
qemu-helper-nativesdk \
pseudo-nativesdk \
unfs-server-nativesdk \
opkg-nativesdk \
libtool-nativesdk \
"
RDEPENDS_${PN}_darwin8 = "\
odcctools-cross-canadian \
llvm-cross-canadian \
pkgconfig-nativesdk \
opkg-nativesdk \
libtool-nativesdk \
"
|