summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-07-28 11:12:25 +0000
committerRichard Purdie <richard@openedhand.com>2008-07-28 11:12:25 +0000
commitdedc6203157c2a2d9dc17d85af1bf234f4b10361 (patch)
tree2ab476da05c785c45fbec1dd8d4f6fe648a5d7a9
parent7a5b0f099d07ddb7bb8d35d583af40ef934f1335 (diff)
downloadpoky-dedc6203157c2a2d9dc17d85af1bf234f4b10361.tar.gz
poky-floating-revisions.inc: Disable opkg/opkg-utils since upstream will break poky from this point onwards
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4966 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r--meta/conf/distro/include/poky-floating-revisions.inc8
1 files changed, 5 insertions, 3 deletions
diff --git a/meta/conf/distro/include/poky-floating-revisions.inc b/meta/conf/distro/include/poky-floating-revisions.inc
index b2ed746728..cbf9c04baf 100644
--- a/meta/conf/distro/include/poky-floating-revisions.inc
+++ b/meta/conf/distro/include/poky-floating-revisions.inc
@@ -3,9 +3,11 @@
3# 3#
4 4
5SRCREV_pn-exmap-console ?= "${AUTOREV}" 5SRCREV_pn-exmap-console ?= "${AUTOREV}"
6SRCREV_pn-opkg-native ?= "${AUTOREV}" 6#SRCREV_pn-opkg-native ?= "${AUTOREV}"
7SRCREV_pn-opkg-sdk ?= "${AUTOREV}" 7#SRCREV_pn-opkg-sdk ?= "${AUTOREV}"
8SRCREV_pn-opkg ?= "${AUTOREV}" 8#SRCREV_pn-opkg ?= "${AUTOREV}"
9#SRCREV_pn-opkg-utils-naitve ?= "${AUTOREV}"
10#SRCREV_pn-opkg-utils ?= "${AUTOREV}"
9SRCREV_pn-gconf-dbus ?= "${AUTOREV}" 11SRCREV_pn-gconf-dbus ?= "${AUTOREV}"
10SRCREV_pn-contacts ?= "${AUTOREV}" 12SRCREV_pn-contacts ?= "${AUTOREV}"
11SRCREV_pn-dates ?= "${AUTOREV}" 13SRCREV_pn-dates ?= "${AUTOREV}"