packages/cpio/cpio_2.5.bb:
authorHolger Freyther <zecke@selfish.org>
Mon, 13 Mar 2006 23:40:43 +0000 (23:40 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Mon, 13 Mar 2006 23:40:43 +0000 (23:40 +0000)
    Add texinfo-native to the DEPENDS of this
    package as makeinfo is used in do_install

packages/cpio/cpio_2.5.bb

index e7ee85e..a625dd7 100644 (file)
@@ -5,6 +5,8 @@ LICENSE = "GPL"
 MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
 PR = "r3"
 
+DEPENDS += " texinfo-native "
+
 SRC_URI = "${GNU_MIRROR}/cpio/cpio-${PV}.tar.gz \
           file://install.patch;patch=1"
 S = "${WORKDIR}/cpio-${PV}"