mono 1.2.5.1: add perl-native to DEPENDS
authorCliff Brake <cbrake@bec-systems.com>
Wed, 3 Oct 2007 17:10:04 +0000 (17:10 +0000)
committerCliff Brake <cbrake@bec-systems.com>
Wed, 3 Oct 2007 17:10:04 +0000 (17:10 +0000)
packages/mono/mono-mcs-intermediate_1.2.5.1.bb
packages/mono/mono-native_1.2.5.1.bb
packages/mono/mono_1.2.5.1.bb

index 49e9c2a..813da24 100644 (file)
@@ -7,7 +7,7 @@
 
 require mono_1.2.5.inc
 PR = "r0"
-DEPENDS = "mono-native glib-2.0-native"
+DEPENDS = "mono-native glib-2.0-native perl-native"
 
 PARALLEL_MAKE = ""
 
index acf0503..7ac2246 100644 (file)
@@ -1,6 +1,6 @@
 require mono_1.2.5.inc
 PR = "r1"
-DEPENDS = "glib-2.0-native"
+DEPENDS = "glib-2.0-native perl-native"
 
 SRC_URI += "file://mono-fix-libdir-path.patch;patch=1"
 
index 53a671c..9a3d497 100644 (file)
@@ -1,6 +1,6 @@
 require mono_1.2.5.inc
 
-DEPENDS = "mono-native mono-mcs-intermediate glib-2.0"
+DEPENDS = "mono-native mono-mcs-intermediate glib-2.0 perl-native"
 
 PR = "r2"