• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/ifupdown/0001-dont-use-dpkg-architecture.patch
Gustavo ZacariasGustavo Zacarias committed a71b8df5ba227 Nov 2014
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
Drop the need for dpkg-architecture, we only build for linux.
2
Thanks to Károly Kasza for catching this one.
3
​
4
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
5
​
6
diff -Nura ifupdown.orig/defn2c.pl ifupdown/defn2c.pl
7
--- ifupdown.orig/defn2c.pl 2014-11-18 16:39:28.878772655 -0300
8
+++ ifupdown/defn2c.pl  2014-11-18 16:43:41.120456676 -0300
9
@@ -2,7 +2,7 @@
10
 
11
 use strict;
12
 
13
-my $DEB_HOST_ARCH_OS = `dpkg-architecture -qDEB_HOST_ARCH_OS`;
14
+my $DEB_HOST_ARCH_OS = "linux";
15
 
16
 $DEB_HOST_ARCH_OS =~ s/\n//;
17
 
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.