aboutsummaryrefslogtreecommitdiffstats
path: root/packages/automake
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2005-03-09 22:03:00 +0000
committerPhil Blundell <philb@gnu.org>2005-03-09 22:03:00 +0000
commit7083272cf98d0a641441842c710ca70153a28c67 (patch)
treeaa628341c16fa9a4fc831085c38af508225b6c6a /packages/automake
parent0fe95e93e6485a819cefa0d6d5f5a4d9ac800309 (diff)
downloadopenembedded-7083272cf98d0a641441842c710ca70153a28c67.tar.gz
remove DEFAULT_PREFERENCE for automake 1.9.x
BKrev: 422f7294W7XrH-ZW5Bii8-qBsTVScA
Diffstat (limited to 'packages/automake')
-rw-r--r--packages/automake/automake_1.9.2.bb2
-rw-r--r--packages/automake/automake_1.9.3.bb2
2 files changed, 0 insertions, 4 deletions
diff --git a/packages/automake/automake_1.9.2.bb b/packages/automake/automake_1.9.2.bb
index a34e2e287b..a72b9c9d80 100644
--- a/packages/automake/automake_1.9.2.bb
+++ b/packages/automake/automake_1.9.2.bb
@@ -9,8 +9,6 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
S = "${WORKDIR}/automake-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
-DEFAULT_PREFERENCE = "-1"
-
inherit autotools
FILES_${PN} += "${datadir}/automake* ${datadir}/aclocal*"
diff --git a/packages/automake/automake_1.9.3.bb b/packages/automake/automake_1.9.3.bb
index bde8418257..97f01d91bf 100644
--- a/packages/automake/automake_1.9.3.bb
+++ b/packages/automake/automake_1.9.3.bb
@@ -9,8 +9,6 @@ SRC_URI = "${GNU_MIRROR}/automake/automake-${PV}.tar.bz2 \
S = "${WORKDIR}/automake-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/automake-${PV}"
-DEFAULT_PREFERENCE = "-1"
-
inherit autotools
export AUTOMAKE = "${@bb.which('automake', bb.data.getVar('PATH', d, 1))}"