[oe-commits] Michael 'Mickey' Lauer : automake[native] 1.10: make default

GIT User account git at amethyst.openembedded.net
Tue Feb 24 19:15:12 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: cf51a4d8451c71ceeb76787b2cb21a5e14f08726
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=cf51a4d8451c71ceeb76787b2cb21a5e14f08726

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Feb 23 13:17:05 2009 +0100

automake[native] 1.10: make default

---

 packages/automake/automake-native_1.10.bb |    2 --
 packages/automake/automake_1.10.bb        |    8 ++++----
 2 files changed, 4 insertions(+), 6 deletions(-)

diff --git a/packages/automake/automake-native_1.10.bb b/packages/automake/automake-native_1.10.bb
index a7857c5..92c861f 100644
--- a/packages/automake/automake-native_1.10.bb
+++ b/packages/automake/automake-native_1.10.bb
@@ -1,5 +1,3 @@
 PV := "${PV}"
 
 require automake-native.inc
-
-DEFAULT_PREFERENCE = "-1"
diff --git a/packages/automake/automake_1.10.bb b/packages/automake/automake_1.10.bb
index e4e8f33..42e0d66 100644
--- a/packages/automake/automake_1.10.bb
+++ b/packages/automake/automake_1.10.bb
@@ -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}"





More information about the Openembedded-commits mailing list