diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-11 21:01:47 +0000 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-11 21:02:36 +0000 |
commit | 25db6767cbf1b00a4e8dbf746d2d16458c3696ea (patch) | |
tree | 6f3bb096161bfd8567fcf0bb822f6f96b1607016 /recipes/perl/perl_5.8.4.bb | |
parent | 177ca0dc717faafb67d9fa2f6236eccc182b8038 (diff) |
perl: Move config.sh to STAGING_LIBDIR rather than trying to be clever with staging variables and losing
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'recipes/perl/perl_5.8.4.bb')
-rw-r--r-- | recipes/perl/perl_5.8.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/perl/perl_5.8.4.bb b/recipes/perl/perl_5.8.4.bb index 10a871c8dd..881a2acee5 100644 --- a/recipes/perl/perl_5.8.4.bb +++ b/recipes/perl/perl_5.8.4.bb @@ -1,6 +1,6 @@ require perl.inc -PR = "r5" +PR = "r6" SRC_URI += "file://uclibc.patch;patch=1 \ file://config.sh-mipsel-linux \ |