diff options
author | Richard Purdie <richard@openedhand.com> | 2008-02-08 11:08:53 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-02-08 11:08:53 +0000 |
commit | 1498e12f6740ba77258b1398bfe3406302c4b13a (patch) | |
tree | 1d04f71d34c8bf17bded3ef7d55cfa2895c2e6bb /meta/packages/cx3110x | |
parent | 867712cc97c5461947ab3b4d37a74929acbf5b65 (diff) | |
download | poky-1498e12f6740ba77258b1398bfe3406302c4b13a.tar.gz |
cx3110x: Fix PR
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3723 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/cx3110x')
-rw-r--r-- | meta/packages/cx3110x/cx3110x_1.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/cx3110x/cx3110x_1.1.bb b/meta/packages/cx3110x/cx3110x_1.1.bb index 6a2a4c4848..95bbc35086 100644 --- a/meta/packages/cx3110x/cx3110x_1.1.bb +++ b/meta/packages/cx3110x/cx3110x_1.1.bb | |||
@@ -1,7 +1,7 @@ | |||
1 | DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/800" | 1 | DESCRIPTION = "cx3110x wifi support as found in the Nokia 770/800" |
2 | SECTION = "kernel/modules" | 2 | SECTION = "kernel/modules" |
3 | LICENSE = "GPL" | 3 | LICENSE = "GPL" |
4 | PR = "r0" | 4 | PR = "r1" |
5 | PACKAGES = "${PN}" | 5 | PACKAGES = "${PN}" |
6 | 6 | ||
7 | COMPATIBLE_MACHINE = "(nokia770|nokia800)" | 7 | COMPATIBLE_MACHINE = "(nokia770|nokia800)" |