diff options
author | Andrea Adami <andrea.adami@gmail.com> | 2009-04-09 23:23:21 +0200 |
---|---|---|
committer | Andrea Adami <andrea.adami@gmail.com> | 2009-04-09 23:24:33 +0200 |
commit | 7c5786aa50a454ae308bb1eb33f397d00930deb6 (patch) | |
tree | 829308e776d962feb2470a03769f37ecd9928951 /recipes/linux/linux_2.6.14.bb | |
parent | d187eec071bb0afe8bda13cbf7b89170fe99e384 (diff) |
various kernels: add missing DEFAULT_PREFERENCE = "-1"
Diffstat (limited to 'recipes/linux/linux_2.6.14.bb')
-rw-r--r-- | recipes/linux/linux_2.6.14.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes/linux/linux_2.6.14.bb b/recipes/linux/linux_2.6.14.bb index d625d15ebe..c7e5e614fc 100644 --- a/recipes/linux/linux_2.6.14.bb +++ b/recipes/linux/linux_2.6.14.bb @@ -2,6 +2,9 @@ DESCRIPTION = "Linux Kernel" SECTION = "kernel" LICENSE = "GPL" +DEFAULT_PREFERENCE = "-1" +DEFAULT_PREFERENCE_acern30 = "1" + SRC_URI = "${KERNELORG_MIRROR}/pub/linux/kernel/v2.6/linux-${PV}.tar.bz2 \ file://defconfig" |