| Submitter | David Nyström |
|---|---|
| Date | Jan. 22, 2013, 2:07 p.m. |
| Message ID | <1358863633-32066-2-git-send-email-david.c.nystrom@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/43189/ |
| State | Accepted, archived |
| Commit | d26edf9dbb78b26407043835d647ed98e751975d |
| Headers | show |
Comments
On Tue, Jan 22, 2013 at 03:07:13PM +0100, david.c.nystrom@gmail.com wrote: > From: David Nyström <david.nystrom@enea.com> Applied with commit message from V1. > > Signed-off-by: David Nyström <david.nystrom@enea.com> > --- > .../python/python-twisted_10.2.0.bb | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > > diff --git a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb > index 5215dd6..5320946 100644 > --- a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb > +++ b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb > @@ -7,7 +7,7 @@ SECTION = "console/network" > #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a" > -PR = "r2" > +PR = "r3" > > SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " > SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" > @@ -62,7 +62,9 @@ FILES_${PN}-test = " \ > " > > FILES_${PN}-protocols = " \ > - ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/ \ > + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ > + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ > + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ > " > > FILES_${PN}-zsh = " \ > -- > 1.7.9.5 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb index 5215dd6..5320946 100644 --- a/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb +++ b/meta-oe/recipes-devtools/python/python-twisted_10.2.0.bb @@ -7,7 +7,7 @@ SECTION = "console/network" #twisted/topfiles/NEWS:655: - Relicensed: Now under the MIT license, rather than LGPL. LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=c3159ad36d96a939fcd8f2c2c9b9d08a" -PR = "r2" +PR = "r3" SRC_URI = "http://tmrc.mit.edu/mirror/twisted/Twisted/10.2/Twisted-${PV}.tar.bz2 " SRC_URI[md5sum] = "73da62c793269eade8121da336b01ba5" @@ -62,7 +62,9 @@ FILES_${PN}-test = " \ " FILES_${PN}-protocols = " \ - ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/ \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/*.py* \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/gps/ \ + ${libdir}/${PYTHON_DIR}/site-packages/twisted/protocols/mice/ \ " FILES_${PN}-zsh = " \