diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-22 20:46:03 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 20:46:03 +0000 |
commit | 21f08b5dd116cce807fb5338dcde9d157c9ac045 (patch) | |
tree | 0d0c1d5c3122d9a57bc5e9209a433c0ec26ad383 /packages/meta/ucslugc-native.bb | |
parent | 153ada05e0051228c641736634c255bc18962e81 (diff) |
ucslugc-packages: temporarily remove perl
The .so link of libperl doesn't link with anything which provides the
_call_via_rX functions, so it breaks on thumb (the previous version didn't
work because it pulled _call_via_rX from libgcc_s.so.1 - and that doesn't
always work.)
Diffstat (limited to 'packages/meta/ucslugc-native.bb')
-rw-r--r-- | packages/meta/ucslugc-native.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/meta/ucslugc-native.bb b/packages/meta/ucslugc-native.bb index c878f31562..1fa4a580a3 100644 --- a/packages/meta/ucslugc-native.bb +++ b/packages/meta/ucslugc-native.bb @@ -61,7 +61,6 @@ UCSLUGC_NATIVE = "\ make \ ncurses \ patch \ - perl \ pkgconfig \ python-core \ quilt \ @@ -73,6 +72,7 @@ UCSLUGC_NATIVE = "\ UCSLUGC_NATIVE_THUMB_BROKEN = "\ monotone-5 \ + perl \ " # These things are required but are not valid RDEPENDS |