diff options
author | Joshua Lock <josh@linux.intel.com> | 2010-07-23 17:33:31 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-08-02 18:08:30 +0100 |
commit | 29b4c2945f50e94a444303241b638ad5a54c0dbc (patch) | |
tree | 006e338ced99e33806f6224ac3ec80e773f394ec /meta/packages/apt/apt-native.inc | |
parent | fa8c028fd005b87ad2e64c5b93221412355d94a6 (diff) | |
download | openembedded-core-29b4c2945f50e94a444303241b638ad5a54c0dbc.tar.gz openembedded-core-29b4c2945f50e94a444303241b638ad5a54c0dbc.tar.bz2 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.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/apt/apt-native.inc b/meta/packages/apt/apt-native.inc index 554ae078fe..b16f99e93c 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) |