From patchwork Mon Jan 17 17:50:38 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] minimal.conf: Prefer perl 5.10.1 and opie 1.2.5 Date: Mon, 17 Jan 2011 17:50:38 -0000 From: Khem Raj X-Patchwork-Id: 303 Message-Id: <1295286639-4901-1-git-send-email-raj.khem@gmail.com> To: openembedded-devel@lists.openembedded.org * Tested various builds seems to hold fine Signed-off-by: Khem Raj --- conf/distro/minimal.conf | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/distro/minimal.conf b/conf/distro/minimal.conf index 5a19cbc..f495d13 100644 --- a/conf/distro/minimal.conf +++ b/conf/distro/minimal.conf @@ -108,7 +108,7 @@ INHERIT += "recipe_sanity" # PREFERRED VERSIONS ############################################################################# require conf/distro/include/preferred-e-versions.inc -require conf/distro/include/preferred-opie-versions-1.2.4.inc +require conf/distro/include/preferred-opie-versions-1.2.5.inc PREFERRED_PROVIDER_opkg ?= "opkg" PREFERRED_PROVIDER_virtual/update-alternatives ?= "opkg" @@ -119,7 +119,8 @@ PREFERRED_VERSION_qt4-embedded = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-embedded-gles = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-x11-free = "${PREFERRED_QT_VERSION}" PREFERRED_VERSION_qt4-x11-free-gles = "${PREFERRED_QT_VERSION}" - +PREFERRED_VERSION_perl = "5.10.1" +PREFERRED_VERSION_perl-native = "5.10.1" ############################################################################# # CONTENTS #############################################################################