diff options
author | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-08-01 12:20:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openembedded.org> | 2004-08-01 12:20:25 +0000 |
commit | f8c22580bc6479332929a0c9cfb723d745c4b180 (patch) | |
tree | b757c9b76bc75f2f6f0e6b0fd088e58cc95a859e | |
parent | 8e83ecbb9ec335059f3c8e7ca93c74465fe713e3 (diff) |
collie: set some modules licence to GPL
BKrev: 410ce009OEPoPXgzxR29LftBH12iNQ
-rw-r--r-- | linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe index 9a17274946..02b0559935 100644 --- a/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe +++ b/linux/openzaurus-sa_2.4.18-rmk7-pxa3-embedix20030509.oe @@ -4,7 +4,7 @@ KV = "2.4.18" RMKV = "7" PXAV = "3" SHARPV = "20030509" -PR = "r3" +PR = "r4" DESCRIPTION = "Linux kernel for OpenZaurus StrongArm processor based devices." FILESDIR = "${@os.path.dirname(oe.data.getVar('FILE',d,1))}/openzaurus-sa-${KV}-rmk${RMKV}-pxa${PXAV}-embedix${SHARPV}" @@ -23,7 +23,8 @@ SRC_URI = "http://aurach.ewu.edu/ield_software/ch5/ROM3.10_stuff/linux-sl5500-${ file://mkdep.patch;patch=1 \ file://disable-pcmcia-probe.patch;patch=1 \ file://linux-2.4.18-list_move.patch;patch=1 \ - file://defconfig-${MACHINE}" + file://defconfig-${MACHINE} \ + file://module_licence.patch;patch=1" # apply this when we have a patch that allows building with gcc 3.x: # SRC_URI_append = file://gcc-3.3.patch;patch=1 |