All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH v2] syslog-ng: Drop an obsolete patch to add --enable-libnet
       [not found] <16766BDD45432255.24242@lists.openembedded.org>
@ 2021-04-16 23:36 ` Yi Fan Yu
  2021-04-17 16:07   ` [oe] " Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Yi Fan Yu @ 2021-04-16 23:36 UTC (permalink / raw)
  To: openembedded-devel

libnet is a dependency to --enable-spoof-source.

The correct flag to enable/disable in ./configure
is --enable-spoof-source.

Adjust PACKAGECONFIG accordingly.

Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
---
 ...onfigure.ac-add-libnet-enable-option.patch | 77 -------------------
 .../recipes-support/syslog-ng/syslog-ng.inc   |  2 +-
 .../syslog-ng/syslog-ng_3.31.2.bb             |  1 -
 3 files changed, 1 insertion(+), 79 deletions(-)
 delete mode 100644 meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch

diff --git a/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch b/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
deleted file mode 100644
index c9eec65e8..000000000
--- a/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
+++ /dev/null
@@ -1,77 +0,0 @@
-From 57b509adfb7c62bbf55ea1709aac3383cab660fa Mon Sep 17 00:00:00 2001
-From: Ming Liu <ming.liu@windriver.com>
-Date: Thu, 17 Jul 2014 05:37:08 -0400
-Subject: [PATCH] configure.ac: add libnet enable option
-
-This would avoid a implicit auto-detecting result
-
-Signed-off-by: Ming Liu <ming.liu@windriver.com>
-Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
-
-Update for 3.24.1.
-Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
-
-Set it to default yes
-
-Upstream-Status: Submitted [https://github.com/syslog-ng/syslog-ng/pull/3650]
-
-Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
----
- configure.ac | 35 ++++++++++++++++++++---------------
- 1 file changed, 20 insertions(+), 15 deletions(-)
-
-diff --git a/configure.ac b/configure.ac
-index 7aad75f..d575cba 100644
---- a/configure.ac
-+++ b/configure.ac
-@@ -144,6 +144,9 @@ AC_CONFIG_HEADERS(config.h)
- dnl ***************************************************************************
- dnl Arguments
- 
-+AC_ARG_ENABLE(libnet,
-+              [  --enable-libnet      Enable libnet support (default: yes)],, enable_libnet="yes")
-+
- AC_ARG_WITH(libnet,
-    [  --with-libnet=path      use path to libnet-config script],
-    ,
-@@ -1073,23 +1076,25 @@ dnl ***************************************************************************
- dnl libnet headers/libraries
- dnl ***************************************************************************
- AC_MSG_CHECKING(for LIBNET)
--if test "x$with_libnet" = "x"; then
--        LIBNET_CONFIG="`which libnet-config`"
--else
--        LIBNET_CONFIG="$with_libnet/libnet-config"
--fi
-+if test "x$enable_libnet" = xyes; then
-+    if test "x$with_libnet" = "x"; then
-+            LIBNET_CONFIG="`which libnet-config`"
-+    else
-+            LIBNET_CONFIG="$with_libnet/libnet-config"
-+    fi
- 
--if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
--        LIBNET_CFLAGS="`$LIBNET_CONFIG --defines`"
--        LIBNET_LIBS="`$LIBNET_CONFIG --libs`"
--        AC_MSG_RESULT(yes)
--dnl libnet-config does not provide the _DEFAULT_SOURCE define, that can cause warning during build
--dnl as upstream libnet-config does uses _DEFAULT_SOURCE this is just a fix till
--        LIBNET_CFLAGS="$LIBNET_CFLAGS -D_DEFAULT_SOURCE"
-+    if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
-+            LIBNET_CFLAGS="`$LIBNET_CONFIG --defines`"
-+            LIBNET_LIBS="`$LIBNET_CONFIG --libs`"
-+            AC_MSG_RESULT(yes)
-+    dnl libnet-config does not provide the _DEFAULT_SOURCE define, that can cause warning during build
-+    dnl as upstream libnet-config does uses _DEFAULT_SOURCE this is just a fix till
-+            LIBNET_CFLAGS="$LIBNET_CFLAGS -D_DEFAULT_SOURCE"
- 
--else
--        LIBNET_LIBS=
--        AC_MSG_RESULT(no)
-+    else
-+            LIBNET_LIBS=
-+            AC_MSG_RESULT(no)
-+    fi
- fi
- 
- 
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
index e48e5d5e2..80c509973 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
@@ -50,7 +50,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
 PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd,"
 PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap,"
 PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi,"
-PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet,"
+PACKAGECONFIG[spoof-source] = "--enable-spoof-source --with-libnet=${STAGING_BINDIR_CROSS},--disable-spoof-source,libnet,"
 PACKAGECONFIG[http] = "--enable-http,--disable-http,curl,"
 PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
 PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
index cbd218c95..5d2b7f77e 100644
--- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
+++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
@@ -10,7 +10,6 @@ SRC_URI += "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.t
            file://syslog-ng-tmp.conf \
            file://syslog-ng.service-the-syslog-ng-service.patch \
            file://0002-scl-fix-wrong-ownership-during-installation.patch \
-           file://0004-configure.ac-add-libnet-enable-option.patch \
            file://0005-.py-s-python-python3-exclude-tests.patch \
            "
 SRC_URI[md5sum] = "69ef4dc5628d5e603e9e4a1b937592f8"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH v2] syslog-ng: Drop an obsolete patch to add --enable-libnet
  2021-04-16 23:36 ` [meta-oe][PATCH v2] syslog-ng: Drop an obsolete patch to add --enable-libnet Yi Fan Yu
@ 2021-04-17 16:07   ` Randy MacLeod
  2021-04-17 16:29     ` Khem Raj
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2021-04-17 16:07 UTC (permalink / raw)
  To: Yi Fan Yu, openembedded-devel, Armin Kuster; +Cc: Khem Raj

On 2021-04-16 7:36 p.m., Yi Fan Yu wrote:
> libnet is a dependency to --enable-spoof-source.
> 
> The correct flag to enable/disable in ./configure
> is --enable-spoof-source.
> 
> Adjust PACKAGECONFIG accordingly.
> 
> Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>

These syslog-ng patches are in master now.

Yi Fan please send a request to get them into hardknott.
The old version has load of memory leaks so it's really not usable ...

Armin, Khem,
Did I miss an email about when y'all plan to declare hardknott released
and will stop accepting most package uprevs?

../Randy

> ---
>   ...onfigure.ac-add-libnet-enable-option.patch | 77 -------------------
>   .../recipes-support/syslog-ng/syslog-ng.inc   |  2 +-
>   .../syslog-ng/syslog-ng_3.31.2.bb             |  1 -
>   3 files changed, 1 insertion(+), 79 deletions(-)
>   delete mode 100644 meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
> 
> diff --git a/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch b/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
> deleted file mode 100644
> index c9eec65e8..000000000
> --- a/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
> +++ /dev/null
> @@ -1,77 +0,0 @@
> -From 57b509adfb7c62bbf55ea1709aac3383cab660fa Mon Sep 17 00:00:00 2001
> -From: Ming Liu <ming.liu@windriver.com>
> -Date: Thu, 17 Jul 2014 05:37:08 -0400
> -Subject: [PATCH] configure.ac: add libnet enable option
> -
> -This would avoid a implicit auto-detecting result
> -
> -Signed-off-by: Ming Liu <ming.liu@windriver.com>
> -Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> -
> -Update for 3.24.1.
> -Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> -
> -Set it to default yes
> -
> -Upstream-Status: Submitted [https://github.com/syslog-ng/syslog-ng/pull/3650]
> -
> -Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
> ----
> - configure.ac | 35 ++++++++++++++++++++---------------
> - 1 file changed, 20 insertions(+), 15 deletions(-)
> -
> -diff --git a/configure.ac b/configure.ac
> -index 7aad75f..d575cba 100644
> ---- a/configure.ac
> -+++ b/configure.ac
> -@@ -144,6 +144,9 @@ AC_CONFIG_HEADERS(config.h)
> - dnl ***************************************************************************
> - dnl Arguments
> -
> -+AC_ARG_ENABLE(libnet,
> -+              [  --enable-libnet      Enable libnet support (default: yes)],, enable_libnet="yes")
> -+
> - AC_ARG_WITH(libnet,
> -    [  --with-libnet=path      use path to libnet-config script],
> -    ,
> -@@ -1073,23 +1076,25 @@ dnl ***************************************************************************
> - dnl libnet headers/libraries
> - dnl ***************************************************************************
> - AC_MSG_CHECKING(for LIBNET)
> --if test "x$with_libnet" = "x"; then
> --        LIBNET_CONFIG="`which libnet-config`"
> --else
> --        LIBNET_CONFIG="$with_libnet/libnet-config"
> --fi
> -+if test "x$enable_libnet" = xyes; then
> -+    if test "x$with_libnet" = "x"; then
> -+            LIBNET_CONFIG="`which libnet-config`"
> -+    else
> -+            LIBNET_CONFIG="$with_libnet/libnet-config"
> -+    fi
> -
> --if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
> --        LIBNET_CFLAGS="`$LIBNET_CONFIG --defines`"
> --        LIBNET_LIBS="`$LIBNET_CONFIG --libs`"
> --        AC_MSG_RESULT(yes)
> --dnl libnet-config does not provide the _DEFAULT_SOURCE define, that can cause warning during build
> --dnl as upstream libnet-config does uses _DEFAULT_SOURCE this is just a fix till
> --        LIBNET_CFLAGS="$LIBNET_CFLAGS -D_DEFAULT_SOURCE"
> -+    if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
> -+            LIBNET_CFLAGS="`$LIBNET_CONFIG --defines`"
> -+            LIBNET_LIBS="`$LIBNET_CONFIG --libs`"
> -+            AC_MSG_RESULT(yes)
> -+    dnl libnet-config does not provide the _DEFAULT_SOURCE define, that can cause warning during build
> -+    dnl as upstream libnet-config does uses _DEFAULT_SOURCE this is just a fix till
> -+            LIBNET_CFLAGS="$LIBNET_CFLAGS -D_DEFAULT_SOURCE"
> -
> --else
> --        LIBNET_LIBS=
> --        AC_MSG_RESULT(no)
> -+    else
> -+            LIBNET_LIBS=
> -+            AC_MSG_RESULT(no)
> -+    fi
> - fi
> -
> -
> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> index e48e5d5e2..80c509973 100644
> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> @@ -50,7 +50,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
>   PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd,"
>   PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap,"
>   PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi,"
> -PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet,"
> +PACKAGECONFIG[spoof-source] = "--enable-spoof-source --with-libnet=${STAGING_BINDIR_CROSS},--disable-spoof-source,libnet,"
>   PACKAGECONFIG[http] = "--enable-http,--disable-http,curl,"
>   PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
>   PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
> diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
> index cbd218c95..5d2b7f77e 100644
> --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
> +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
> @@ -10,7 +10,6 @@ SRC_URI += "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.t
>              file://syslog-ng-tmp.conf \
>              file://syslog-ng.service-the-syslog-ng-service.patch \
>              file://0002-scl-fix-wrong-ownership-during-installation.patch \
> -           file://0004-configure.ac-add-libnet-enable-option.patch \
>              file://0005-.py-s-python-python3-exclude-tests.patch \
>              "
>   SRC_URI[md5sum] = "69ef4dc5628d5e603e9e4a1b937592f8"
> 
> 
> 
> 
> 


-- 
# Randy MacLeod
# Wind River Linux

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [oe] [meta-oe][PATCH v2] syslog-ng: Drop an obsolete patch to add --enable-libnet
  2021-04-17 16:07   ` [oe] " Randy MacLeod
@ 2021-04-17 16:29     ` Khem Raj
  0 siblings, 0 replies; 3+ messages in thread
From: Khem Raj @ 2021-04-17 16:29 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: Yi Fan Yu, openembeded-devel, Armin Kuster

On Sat, Apr 17, 2021 at 9:08 AM Randy MacLeod
<randy.macleod@windriver.com> wrote:
>
> On 2021-04-16 7:36 p.m., Yi Fan Yu wrote:
> > libnet is a dependency to --enable-spoof-source.
> >
> > The correct flag to enable/disable in ./configure
> > is --enable-spoof-source.
> >
> > Adjust PACKAGECONFIG accordingly.
> >
> > Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
>
> These syslog-ng patches are in master now.
>
> Yi Fan please send a request to get them into hardknott.
> The old version has load of memory leaks so it's really not usable ...
>

they are still in master-next

> Armin, Khem,
> Did I miss an email about when y'all plan to declare hardknott released
> and will stop accepting most package uprevs?

I think Armin has final all on that.

>
> ../Randy
>
> > ---
> >   ...onfigure.ac-add-libnet-enable-option.patch | 77 -------------------
> >   .../recipes-support/syslog-ng/syslog-ng.inc   |  2 +-
> >   .../syslog-ng/syslog-ng_3.31.2.bb             |  1 -
> >   3 files changed, 1 insertion(+), 79 deletions(-)
> >   delete mode 100644 meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
> >
> > diff --git a/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch b/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
> > deleted file mode 100644
> > index c9eec65e8..000000000
> > --- a/meta-oe/recipes-support/syslog-ng/files/0004-configure.ac-add-libnet-enable-option.patch
> > +++ /dev/null
> > @@ -1,77 +0,0 @@
> > -From 57b509adfb7c62bbf55ea1709aac3383cab660fa Mon Sep 17 00:00:00 2001
> > -From: Ming Liu <ming.liu@windriver.com>
> > -Date: Thu, 17 Jul 2014 05:37:08 -0400
> > -Subject: [PATCH] configure.ac: add libnet enable option
> > -
> > -This would avoid a implicit auto-detecting result
> > -
> > -Signed-off-by: Ming Liu <ming.liu@windriver.com>
> > -Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
> > -
> > -Update for 3.24.1.
> > -Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
> > -
> > -Set it to default yes
> > -
> > -Upstream-Status: Submitted [https://github.com/syslog-ng/syslog-ng/pull/3650]
> > -
> > -Signed-off-by: Yi Fan Yu <yifan.yu@windriver.com>
> > ----
> > - configure.ac | 35 ++++++++++++++++++++---------------
> > - 1 file changed, 20 insertions(+), 15 deletions(-)
> > -
> > -diff --git a/configure.ac b/configure.ac
> > -index 7aad75f..d575cba 100644
> > ---- a/configure.ac
> > -+++ b/configure.ac
> > -@@ -144,6 +144,9 @@ AC_CONFIG_HEADERS(config.h)
> > - dnl ***************************************************************************
> > - dnl Arguments
> > -
> > -+AC_ARG_ENABLE(libnet,
> > -+              [  --enable-libnet      Enable libnet support (default: yes)],, enable_libnet="yes")
> > -+
> > - AC_ARG_WITH(libnet,
> > -    [  --with-libnet=path      use path to libnet-config script],
> > -    ,
> > -@@ -1073,23 +1076,25 @@ dnl ***************************************************************************
> > - dnl libnet headers/libraries
> > - dnl ***************************************************************************
> > - AC_MSG_CHECKING(for LIBNET)
> > --if test "x$with_libnet" = "x"; then
> > --        LIBNET_CONFIG="`which libnet-config`"
> > --else
> > --        LIBNET_CONFIG="$with_libnet/libnet-config"
> > --fi
> > -+if test "x$enable_libnet" = xyes; then
> > -+    if test "x$with_libnet" = "x"; then
> > -+            LIBNET_CONFIG="`which libnet-config`"
> > -+    else
> > -+            LIBNET_CONFIG="$with_libnet/libnet-config"
> > -+    fi
> > -
> > --if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
> > --        LIBNET_CFLAGS="`$LIBNET_CONFIG --defines`"
> > --        LIBNET_LIBS="`$LIBNET_CONFIG --libs`"
> > --        AC_MSG_RESULT(yes)
> > --dnl libnet-config does not provide the _DEFAULT_SOURCE define, that can cause warning during build
> > --dnl as upstream libnet-config does uses _DEFAULT_SOURCE this is just a fix till
> > --        LIBNET_CFLAGS="$LIBNET_CFLAGS -D_DEFAULT_SOURCE"
> > -+    if test -n "$LIBNET_CONFIG" -a -x "$LIBNET_CONFIG"; then
> > -+            LIBNET_CFLAGS="`$LIBNET_CONFIG --defines`"
> > -+            LIBNET_LIBS="`$LIBNET_CONFIG --libs`"
> > -+            AC_MSG_RESULT(yes)
> > -+    dnl libnet-config does not provide the _DEFAULT_SOURCE define, that can cause warning during build
> > -+    dnl as upstream libnet-config does uses _DEFAULT_SOURCE this is just a fix till
> > -+            LIBNET_CFLAGS="$LIBNET_CFLAGS -D_DEFAULT_SOURCE"
> > -
> > --else
> > --        LIBNET_LIBS=
> > --        AC_MSG_RESULT(no)
> > -+    else
> > -+            LIBNET_LIBS=
> > -+            AC_MSG_RESULT(no)
> > -+    fi
> > - fi
> > -
> > -
> > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > index e48e5d5e2..80c509973 100644
> > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng.inc
> > @@ -50,7 +50,7 @@ PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6,,"
> >   PACKAGECONFIG[systemd] = "--enable-systemd --with-systemdsystemunitdir=${systemd_unitdir}/system/,--disable-systemd --without-systemdsystemunitdir,systemd,"
> >   PACKAGECONFIG[linux-caps] = "--enable-linux-caps,--disable-linux-caps,libcap,"
> >   PACKAGECONFIG[dbi] = "--enable-sql,--disable-sql,libdbi,"
> > -PACKAGECONFIG[libnet] = "--enable-libnet --with-libnet=${STAGING_BINDIR_CROSS},--disable-libnet,libnet,"
> > +PACKAGECONFIG[spoof-source] = "--enable-spoof-source --with-libnet=${STAGING_BINDIR_CROSS},--disable-spoof-source,libnet,"
> >   PACKAGECONFIG[http] = "--enable-http,--disable-http,curl,"
> >   PACKAGECONFIG[smtp] = "--enable-smtp --with-libesmtp=${STAGING_LIBDIR},--disable-smtp,libesmtp,"
> >   PACKAGECONFIG[json] = "--enable-json,--disable-json,json-c,"
> > diff --git a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
> > index cbd218c95..5d2b7f77e 100644
> > --- a/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
> > +++ b/meta-oe/recipes-support/syslog-ng/syslog-ng_3.31.2.bb
> > @@ -10,7 +10,6 @@ SRC_URI += "https://github.com/balabit/syslog-ng/releases/download/${BP}/${BP}.t
> >              file://syslog-ng-tmp.conf \
> >              file://syslog-ng.service-the-syslog-ng-service.patch \
> >              file://0002-scl-fix-wrong-ownership-during-installation.patch \
> > -           file://0004-configure.ac-add-libnet-enable-option.patch \
> >              file://0005-.py-s-python-python3-exclude-tests.patch \
> >              "
> >   SRC_URI[md5sum] = "69ef4dc5628d5e603e9e4a1b937592f8"
> >
> >
> >
> > 
> >
>
>
> --
> # Randy MacLeod
> # Wind River Linux

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2021-04-17 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <16766BDD45432255.24242@lists.openembedded.org>
2021-04-16 23:36 ` [meta-oe][PATCH v2] syslog-ng: Drop an obsolete patch to add --enable-libnet Yi Fan Yu
2021-04-17 16:07   ` [oe] " Randy MacLeod
2021-04-17 16:29     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.