| Submitter | Khem Raj |
|---|---|
| Date | Sept. 26, 2011, 4:01 p.m. |
| Message ID | <1317052914-15572-1-git-send-email-raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/12145/ |
| State | New, archived |
| Headers | show |
Comments
On Mon, 2011-09-26 at 09:01 -0700, Khem Raj wrote: > meta-oe has a version of tcp-wrappers 7.6 recipe > which has virtually no differences with the one from > oe-core. So with this patch we can remove the recipe > from meta-oe > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > .../tcp-wrappers/tcp-wrappers_7.6.bb | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) Merged to master, thanks. Richard
Patch
diff --git a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb index 3eecd4d..46d9675 100644 --- a/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb +++ b/meta/recipes-extended/tcp-wrappers/tcp-wrappers_7.6.bb @@ -5,7 +5,7 @@ SECTION = "console/network" LICENSE = "tcp-wrappers" LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa" -PR ="r0" +PR ="r7" PACKAGES = "${PN}-dbg libwrap libwrap-doc libwrap-dev ${PN} ${PN}-doc"
meta-oe has a version of tcp-wrappers 7.6 recipe which has virtually no differences with the one from oe-core. So with this patch we can remove the recipe from meta-oe Signed-off-by: Khem Raj <raj.khem@gmail.com> --- .../tcp-wrappers/tcp-wrappers_7.6.bb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)