summaryrefslogtreecommitdiff
path: root/meta/packages/dpkg/dpkg.inc
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-01-13 23:25:08 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2010-01-13 23:25:08 +0000
commit07046f300bbd6048fce7abf5390ccf417f986af0 (patch)
treebddd0bae55e127418180af5f5c3dfe5fad474c17 /meta/packages/dpkg/dpkg.inc
parent5c0a06b85f07ea903d92eea77a1665799d476968 (diff)
downloadopenembedded-core-07046f300bbd6048fce7abf5390ccf417f986af0.tar.gz
openembedded-core-07046f300bbd6048fce7abf5390ccf417f986af0.tar.bz2
openembedded-core-07046f300bbd6048fce7abf5390ccf417f986af0.tar.xz
openembedded-core-07046f300bbd6048fce7abf5390ccf417f986af0.zip
dpkg: Convert to BBCLASSEXTEND
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/dpkg/dpkg.inc')
-rw-r--r--meta/packages/dpkg/dpkg.inc6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta/packages/dpkg/dpkg.inc b/meta/packages/dpkg/dpkg.inc
index 67c0781ce..d002b3ec8 100644
--- a/meta/packages/dpkg/dpkg.inc
+++ b/meta/packages/dpkg/dpkg.inc
@@ -7,7 +7,11 @@ SRC_URI = "${DEBIAN_MIRROR}/main/d/dpkg/dpkg_${PV}.tar.gz \
file://ignore_extra_fields.patch;patch=1 \
file://noupdalt.patch;patch=1"
-S = "${WORKDIR}/dpkg-${PV}"
+DEPENDS = "zlib bzip2"
+DEPENDS_virtclass-native = "bzip2-native zlib-native virtual/update-alternatives-native"
+RDEPENDS_${PN} = "${VIRTUAL-RUNTIME_update-alternatives}"
+
+S = "${WORKDIR}/${BPN}-${PV}"
PARALLEL_MAKE = ""