diff options
| -rw-r--r-- | meta/recipes-devtools/dpkg/dpkg.inc | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/recipes-devtools/dpkg/dpkg.inc b/meta/recipes-devtools/dpkg/dpkg.inc index 6abe3ae062..870117a325 100644 --- a/meta/recipes-devtools/dpkg/dpkg.inc +++ b/meta/recipes-devtools/dpkg/dpkg.inc | |||
| @@ -4,8 +4,8 @@ SECTION = "base" | |||
| 4 | 4 | ||
| 5 | DEPENDS = "zlib bzip2 perl ncurses" | 5 | DEPENDS = "zlib bzip2 perl ncurses" |
| 6 | DEPENDS_class-native = "bzip2-replacement-native zlib-native virtual/update-alternatives-native gettext-native perl-native" | 6 | DEPENDS_class-native = "bzip2-replacement-native zlib-native virtual/update-alternatives-native gettext-native perl-native" |
| 7 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} xz perl" | 7 | RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives} perl" |
| 8 | RDEPENDS_${PN}_class-native = "xz-native" | 8 | RDEPENDS_${PN}_class-native = "" |
| 9 | 9 | ||
| 10 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/dpkg/" | 10 | UPSTREAM_CHECK_URI = "${DEBIAN_MIRROR}/main/d/dpkg/" |
| 11 | 11 | ||
| @@ -28,10 +28,12 @@ EXTRA_OECONF = "\ | |||
| 28 | --enable-start-stop-daemon \ | 28 | --enable-start-stop-daemon \ |
| 29 | --with-libz \ | 29 | --with-libz \ |
| 30 | --with-libbz2 \ | 30 | --with-libbz2 \ |
| 31 | --without-liblzma \ | ||
| 32 | --without-libselinux \ | 31 | --without-libselinux \ |
| 33 | " | 32 | " |
| 34 | 33 | ||
| 34 | PACKAGECONFIG = "liblzma" | ||
| 35 | PACKAGECONFIG[liblzma] = "--with-liblzma,--without-liblzma, xz" | ||
| 36 | |||
| 35 | EXTRA_OECONF += "TAR=tar" | 37 | EXTRA_OECONF += "TAR=tar" |
| 36 | EXTRA_OECONF_append_class-target = " DEB_HOST_ARCH=${DPKG_ARCH}" | 38 | EXTRA_OECONF_append_class-target = " DEB_HOST_ARCH=${DPKG_ARCH}" |
| 37 | 39 | ||
