packages/autoconf/autoconf-native: Do not RRECOMMEND automake-native
authorHolger Freyther <zecke@selfish.org>
Sun, 2 Jul 2006 15:38:11 +0000 (15:38 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Sun, 2 Jul 2006 15:38:11 +0000 (15:38 +0000)
    For the native case do not ask BitBake to build automake-native,
    packages that need automake can DEPEND on it directly. This avoids
    circular depenendencies as autoconf-native would ask for automake-native
    and automake-native would ask for autoconf-native again.
    This 'fix' (I think it is proper) avoids build errors on  broken
    debian systems. And making OpenEmbedded independant of the host
    once again.

packages/autoconf/autoconf-native_2.59.bb

index 21a2002..aac4b67 100644 (file)
@@ -2,7 +2,7 @@ SECTION = "devel"
 include autoconf_${PV}.bb
 DEPENDS = "m4-native gnu-config-native"
 RDEPENDS_${PN} = "m4-native gnu-config-native"
-RRECOMMENDS_${PN} = "automake-native"
+RRECOMMENDS_${PN} = ""
 
 S = "${WORKDIR}/autoconf-${PV}"
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}"