diff options
author | Richard Purdie <richard@openedhand.com> | 2007-08-29 07:32:40 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2007-08-29 07:32:40 +0000 |
commit | 2cc4b496abaddbd4f419a2f46d2082754b235a0d (patch) | |
tree | b5a25a37b091a001ba0800d3361ab64a01741e57 | |
parent | da85bfc608ab7b1fb479088e4505e01c4f658f29 (diff) | |
download | poky-2cc4b496abaddbd4f419a2f46d2082754b235a0d.tar.gz |
linux-rp: Correctly set default preference
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2587 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb b/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb index 42ebabe3f1..ab9b1050c8 100644 --- a/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb +++ b/meta/packages/linux/linux-rp_2.6.22+2.6.23-rc4.bb | |||
@@ -2,7 +2,7 @@ require linux-rp.inc | |||
2 | 2 | ||
3 | PR = "r0" | 3 | PR = "r0" |
4 | 4 | ||
5 | DEFAULT_PREFERNCE = "-1" | 5 | DEFAULT_PREFERENCE = "-1" |
6 | 6 | ||
7 | # Handy URLs | 7 | # Handy URLs |
8 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 8 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |