From: Marcin Juszkiewicz Date: Sun, 1 Aug 2004 12:20:25 +0000 (+0000) Subject: collie: set some modules licence to GPL X-Git-Tag: Release-2010-05/1~17911 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8c22580bc6479332929a0c9cfb723d745c4b180;p=openembedded.git collie: set some modules licence to GPL BKrev: 410ce009OEPoPXgzxR29LftBH12iNQ --- 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