[oe-commits] Ulf Samuelsson : Do not build perl package ODBM_File in perl-native, since it breaks the build

GIT User account git at amethyst.openembedded.net
Thu Apr 2 00:19:27 UTC 2009


Module: openembedded.git
Branch: refs/remotes/origin/ulf/linux
Commit: 8ef8f32bf489e49bf841682363789fa4673c61c3
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8ef8f32bf489e49bf841682363789fa4673c61c3

Author: Ulf Samuelsson <ulf.samuelsson at atmel.com>
Date:   Mon Mar 16 18:55:45 2009 +0100

Do not build perl package ODBM_File in perl-native, since it breaks the build

---

 packages/perl/perl-native_5.8.8.bb |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/packages/perl/perl-native_5.8.8.bb b/packages/perl/perl-native_5.8.8.bb
index e3d7384..6d716a9 100644
--- a/packages/perl/perl-native_5.8.8.bb
+++ b/packages/perl/perl-native_5.8.8.bb
@@ -57,6 +57,7 @@ do_configure () {
         -Uusenm -des
     sed "s!${STAGING_DIR}/bin!${STAGING_BINDIR}!;
          s!${STAGING_DIR}/lib!${STAGING_LIBDIR}!;
+         s!ODBM_File! !;
 	 s!^installbin=.*!installbin=\'${STAGING_BINDIR}\'!;
 	 s!^installsitebin=.*!installsitebin=\'${STAGING_BINDIR}\'!" < config.sh > config.sh.new
     mv config.sh.new config.sh





More information about the Openembedded-commits mailing list