blob: 77eb3404e69759d31268ecc4f8e1ef1b4920b054 (
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
|
#
# Copyright (C) 2007 OpenedHand Ltd
#
DESCRIPTION = "Host packages for the standalone SDK or external toolchain"
PR = "r7"
LICENSE = "MIT"
ALLOW_EMPTY = "1"
inherit nativesdk
PACKAGES = "${PN}"
RDEPENDS_${PN} = "\
binutils-cross-nativesdk \
gcc-cross-nativesdk \
gdb-cross-nativesdk \
pkgconfig-nativesdk \
qemu-nativesdk \
qemu-helper-nativesdk \
opkg-nativesdk \
"
RDEPENDS_${PN}_darwin8 = "\
odcctools-cross-nativesdk \
llvm-cross-nativesdk \
pkgconfig-nativesdk \
opkg-nativesdk \
libtool-nativesdk \
"
|