automake[native] 1.10: make default
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 23 Feb 2009 12:17:05 +0000 (13:17 +0100)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 23 Feb 2009 12:17:05 +0000 (13:17 +0100)
packages/automake/automake-native_1.10.bb
packages/automake/automake_1.10.bb

index a7857c5..92c861f 100644 (file)
@@ -1,5 +1,3 @@
 PV := "${PV}"
 
 require automake-native.inc
-
-DEFAULT_PREFERENCE = "-1"
index e4e8f33..42e0d66 100644 (file)
@@ -2,12 +2,12 @@ DESCRIPTION = "A tool for automatically generating Makefiles."
 LICENSE = "GPL"
 HOMEPAGE = "http://www.gnu.org/software/automake/"
 SECTION = "devel"
-DEFAULT_PREFERENCE = "-1"
 PR = "r1"
 
-SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
-       ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]}"
-
+SRC_URI = "\
+  ${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
+  ${@['file://path_prog_fixes.patch;patch=1', ''][bb.data.inherits_class('native', d)]} \
+"
 S = "${WORKDIR}/automake-${PV}"
 
 FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"