diff options
author | Richard Purdie <richard@openedhand.com> | 2008-07-28 11:12:25 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-07-28 11:12:25 +0000 |
commit | dedc6203157c2a2d9dc17d85af1bf234f4b10361 (patch) | |
tree | 2ab476da05c785c45fbec1dd8d4f6fe648a5d7a9 /meta/conf/distro/include | |
parent | 7a5b0f099d07ddb7bb8d35d583af40ef934f1335 (diff) | |
download | poky-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
Diffstat (limited to 'meta/conf/distro/include')
-rw-r--r-- | meta/conf/distro/include/poky-floating-revisions.inc | 8 |
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 | ||
5 | SRCREV_pn-exmap-console ?= "${AUTOREV}" | 5 | SRCREV_pn-exmap-console ?= "${AUTOREV}" |
6 | SRCREV_pn-opkg-native ?= "${AUTOREV}" | 6 | #SRCREV_pn-opkg-native ?= "${AUTOREV}" |
7 | SRCREV_pn-opkg-sdk ?= "${AUTOREV}" | 7 | #SRCREV_pn-opkg-sdk ?= "${AUTOREV}" |
8 | SRCREV_pn-opkg ?= "${AUTOREV}" | 8 | #SRCREV_pn-opkg ?= "${AUTOREV}" |
9 | #SRCREV_pn-opkg-utils-naitve ?= "${AUTOREV}" | ||
10 | #SRCREV_pn-opkg-utils ?= "${AUTOREV}" | ||
9 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" | 11 | SRCREV_pn-gconf-dbus ?= "${AUTOREV}" |
10 | SRCREV_pn-contacts ?= "${AUTOREV}" | 12 | SRCREV_pn-contacts ?= "${AUTOREV}" |
11 | SRCREV_pn-dates ?= "${AUTOREV}" | 13 | SRCREV_pn-dates ?= "${AUTOREV}" |