git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f5ca03
)
mono: also package dlls needed for mcs
author
Koen Kooi
<koen@openembedded.org>
Wed, 7 Feb 2007 08:52:20 +0000
(08:52 +0000)
committer
Koen Kooi
<koen@openembedded.org>
Wed, 7 Feb 2007 08:52:20 +0000
(08:52 +0000)
packages/mono/mono_1.2.2.1.bb
patch
|
blob
|
history
diff --git
a/packages/mono/mono_1.2.2.1.bb
b/packages/mono/mono_1.2.2.1.bb
index
f786001
..
e0b9545
100644
(file)
--- a/
packages/mono/mono_1.2.2.1.bb
+++ b/
packages/mono/mono_1.2.2.1.bb
@@
-3,6
+3,8
@@
SECTION = "devel/mono"
LICENSE = "GPL LGPL X11"
DEPENDS = "mono-native glib-2.0"
+PR = "r1"
+
#We only have a cpu-${arch}.h from arm, so let's mask out non-working architectures
COMPATIBLE_HOST = "arm.*-linux"
@@
-17,3
+19,13
@@
EXTRA_OECONF_arm = "--without-tls"
do_compile_prepend() {
cp ${WORKDIR}/cpu-arm.h ${S}/mono/mini/
}
+
+do_install_append() {
+ install -d ${D}${libdir}/mono/1.0/
+ cp ${S}/mcs/class/lib/monolite/* ${D}${libdir}/mono/1.0/
+}
+
+PACKAGES =+ "mono-dll"
+FILES_mono-dll = "${libdir}/mono/1.0/"
+
+