summaryrefslogtreecommitdiff
path: root/meta/packages/apt/apt-native.inc
diff options
context:
space:
mode:
authorJoshua Lock <josh@linux.intel.com>2010-07-23 17:33:31 +0100
committerJoshua Lock <josh@linux.intel.com>2010-08-02 18:08:30 +0100
commit29b4c2945f50e94a444303241b638ad5a54c0dbc (patch)
tree006e338ced99e33806f6224ac3ec80e773f394ec /meta/packages/apt/apt-native.inc
parentfa8c028fd005b87ad2e64c5b93221412355d94a6 (diff)
downloadopenembedded-core-29b4c2945f50e94a444303241b638ad5a54c0dbc.tar.gz
openembedded-core-29b4c2945f50e94a444303241b638ad5a54c0dbc.tar.bz2
openembedded-core-29b4c2945f50e94a444303241b638ad5a54c0dbc.tar.xz
openembedded-core-29b4c2945f50e94a444303241b638ad5a54c0dbc.zip
apt: fix builds with modern GCC
Signed-off-by: Joshua Lock <josh@linux.intel.com>
Diffstat (limited to 'meta/packages/apt/apt-native.inc')
-rw-r--r--meta/packages/apt/apt-native.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc
index 554ae078f..b16f99e93 100644
--- a/meta/packages/apt/apt-native.inc
+++ b/meta/packages/apt/apt-native.inc
@@ -5,7 +5,7 @@ DEPENDS += "dpkg-native gettext-native"
PACKAGES = ""
USE_NLS = "yes"
-SRC_URI += "file://db_linking_hack.patch;patch=1"
+SRC_URI += "file://db_linking_hack.patch"
python do_install () {
bb.build.exec_func('do_install_base', d)