| Submitter | Yauhen Kharuzhy |
|---|---|
| Date | Jan. 25, 2012, 10:55 a.m. |
| Message ID | <1327488928-28127-2-git-send-email-yauhen.kharuzhy@promwad.com> |
| Download | mbox | patch |
| Permalink | /patch/20125/ |
| State | Superseded |
| Headers | show |
Comments
On (25/01/12 13:55), Yauhen Kharuzhy wrote: > Add libnetfilter-conntrack 1.0.0 package. > Recipe was taken from the OE-classic and was updated. > > Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> > --- > .../libnetfilter/libnetfilter-conntrack_0.0.101.bb | 12 ++++++++++++ > .../libnetfilter/libnetfilter-conntrack_1.0.0.bb | 12 ++++++++++++ > 2 files changed, 24 insertions(+), 0 deletions(-) > create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb > create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb why did you take 2 versions ? > > diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb > new file mode 100644 > index 0000000..2debed4 > --- /dev/null > +++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb > @@ -0,0 +1,12 @@ > +DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table" > +LICENSE = "GPL" be specific about gpl version here > +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" > +DEPENDS = "libnfnetlink" > + > +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar" > +SRC_URI[tar.md5sum] = "3c4b4048c914f2694c3ca6de2bb457dc" > +SRC_URI[tar.sha256sum] = "9d2919df3794e1e8f2311ad31949698103061206379b75094cb2bf7851378ab2" > + > +S = "${WORKDIR}/libnetfilter_conntrack-${PV}" > + > +inherit autotools pkgconfig > diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb > new file mode 100644 > index 0000000..e81fe85 > --- /dev/null > +++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb > @@ -0,0 +1,12 @@ > +DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table" > +LICENSE = "GPL" > +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" > +DEPENDS = "libnfnetlink" > + > +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar" > +SRC_URI[tar.md5sum] = "bc4638602d0e8dd144a11e510e2c236b" > +SRC_URI[tar.sha256sum] = "0a09a61ad26a43190a1858cb0391198ae3c952a9bdc4488e63dcb5c59aa3d608" > + > +S = "${WORKDIR}/libnetfilter_conntrack-${PV}" > + > +inherit autotools pkgconfig > -- > 1.7.6.4 > > > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
Patch
diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb new file mode 100644 index 0000000..2debed4 --- /dev/null +++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table" +LICENSE = "GPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" +DEPENDS = "libnfnetlink" + +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "3c4b4048c914f2694c3ca6de2bb457dc" +SRC_URI[tar.sha256sum] = "9d2919df3794e1e8f2311ad31949698103061206379b75094cb2bf7851378ab2" + +S = "${WORKDIR}/libnetfilter_conntrack-${PV}" + +inherit autotools pkgconfig diff --git a/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb new file mode 100644 index 0000000..e81fe85 --- /dev/null +++ b/meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb @@ -0,0 +1,12 @@ +DESCRIPTION = "Userspace library providing a programming interface (API) to the in-kernel connection tracking state table" +LICENSE = "GPL" +LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" +DEPENDS = "libnfnetlink" + +SRC_URI = "http://www.netfilter.org/projects/libnetfilter_conntrack/files/libnetfilter_conntrack-${PV}.tar.bz2;name=tar" +SRC_URI[tar.md5sum] = "bc4638602d0e8dd144a11e510e2c236b" +SRC_URI[tar.sha256sum] = "0a09a61ad26a43190a1858cb0391198ae3c952a9bdc4488e63dcb5c59aa3d608" + +S = "${WORKDIR}/libnetfilter_conntrack-${PV}" + +inherit autotools pkgconfig
Add libnetfilter-conntrack 1.0.0 package. Recipe was taken from the OE-classic and was updated. Signed-off-by: Yauhen Kharuzhy <yauhen.kharuzhy@promwad.com> --- .../libnetfilter/libnetfilter-conntrack_0.0.101.bb | 12 ++++++++++++ .../libnetfilter/libnetfilter-conntrack_1.0.0.bb | 12 ++++++++++++ 2 files changed, 24 insertions(+), 0 deletions(-) create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_0.0.101.bb create mode 100644 meta/recipes-support/libnetfilter/libnetfilter-conntrack_1.0.0.bb