diff options
Diffstat (limited to 'openembedded/packages')
-rw-r--r-- | openembedded/packages/autoconf/autoconf-native_2.59.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openembedded/packages/autoconf/autoconf-native_2.59.bb b/openembedded/packages/autoconf/autoconf-native_2.59.bb index 846a447a8..3d761eac6 100644 --- a/openembedded/packages/autoconf/autoconf-native_2.59.bb +++ b/openembedded/packages/autoconf/autoconf-native_2.59.bb @@ -3,5 +3,7 @@ include autoconf_${PV}.bb DEPENDS = "m4-native gnu-config-native" S = "${WORKDIR}/autoconf-${PV}" FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/autoconf-${PV}" +#RDEPENDS_${PN} = "m4-native gnu-config-native" +RDEPENDS_${PN} = "" inherit native |