diff options
Diffstat (limited to 'meta/recipes-devtools/apt/apt-native.inc')
-rw-r--r-- | meta/recipes-devtools/apt/apt-native.inc | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta/recipes-devtools/apt/apt-native.inc b/meta/recipes-devtools/apt/apt-native.inc index fede8694c4..567eb0ca73 100644 --- a/meta/recipes-devtools/apt/apt-native.inc +++ b/meta/recipes-devtools/apt/apt-native.inc | |||
@@ -1,11 +1,15 @@ | |||
1 | require apt.inc | 1 | require apt.inc |
2 | inherit native | 2 | inherit native |
3 | 3 | ||
4 | DEPENDS += "dpkg-native gettext-native db-native curl-native" | 4 | DEPENDS += "dpkg-native gettext-native db-native curl-native xz-native" |
5 | PACKAGES = "" | 5 | PACKAGES = "" |
6 | USE_NLS = "yes" | 6 | USE_NLS = "yes" |
7 | 7 | ||
8 | SRC_URI += "file://db_linking_hack.patch" | 8 | SRC_URI += "file://db_linking_hack.patch \ |
9 | file://0001-Revert-always-run-dpkg-configure-a-at-the-end-of-our.patch \ | ||
10 | file://0001-remove-Wsuggest-attribute-from-CFLAGS.patch \ | ||
11 | file://0001-fix-the-gcc-version-check.patch \ | ||
12 | " | ||
9 | 13 | ||
10 | python do_install () { | 14 | python do_install () { |
11 | bb.build.exec_func('do_install_base', d) | 15 | bb.build.exec_func('do_install_base', d) |
@@ -41,6 +45,8 @@ do_install_base () { | |||
41 | install -m 0755 bin/apt-extracttemplates ${D}${bindir}/ | 45 | install -m 0755 bin/apt-extracttemplates ${D}${bindir}/ |
42 | install -m 0755 bin/apt-ftparchive ${D}${bindir}/ | 46 | install -m 0755 bin/apt-ftparchive ${D}${bindir}/ |
43 | 47 | ||
48 | oe_libinstall -so -C bin libapt-private ${D}${libdir}/ | ||
49 | |||
44 | eval `cat environment.mak | grep ^GLIBC_VER | sed -e's, = ,=,'` | 50 | eval `cat environment.mak | grep ^GLIBC_VER | sed -e's, = ,=,'` |
45 | eval `cat environment.mak | grep ^LIBSTDCPP_VER | sed -e's, = ,=,'` | 51 | eval `cat environment.mak | grep ^LIBSTDCPP_VER | sed -e's, = ,=,'` |
46 | oe_libinstall -so -C bin libapt-pkg$GLIBC_VER$LIBSTDCPP_VER ${D}${libdir}/ | 52 | oe_libinstall -so -C bin libapt-pkg$GLIBC_VER$LIBSTDCPP_VER ${D}${libdir}/ |