]> pilppa.org Git - familiar-h63xx-build.git/commitdiff
autoconf 2.60: lower DEFAULT_PREFERENCE.
authorRene Wagner <rw@handhelds.org>
Thu, 16 Nov 2006 20:07:59 +0000 (21:07 +0100)
committerRene Wagner <rw@handhelds.org>
Thu, 16 Nov 2006 20:07:59 +0000 (21:07 +0100)
Signed-off-by: Rene Wagner <rw@handhelds.org>
org.handhelds.familiar/packages/autoconf/autoconf_2.60.bb

index f27469888b105becc928ec0c7ad4579d47136429..8aaa74dac5f66c91409f17dd9956f99e637bbb03 100644 (file)
@@ -7,6 +7,8 @@ DEPENDS += "m4-native"
 RDEPENDS_${PN} = "m4 gnu-config"
 RRECOMMENDS_${PN} = "automake"
 
+DEFAULT_PREFERENCE = "-1"
+
 SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://program_prefix.patch;patch=1 \
           file://autoreconf-include.patch;patch=1 \
@@ -16,4 +18,5 @@ SRC_URI = "${GNU_MIRROR}/autoconf/autoconf-${PV}.tar.bz2 \
           file://autoheader-nonfatal-warnings.patch;patch=1 \
           file://sizeof_types.patch;patch=1 \
           ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
+
 inherit autotools