diff options
| author | Chen Qi <Qi.Chen@windriver.com> | 2024-05-26 12:44:22 +0800 |
|---|---|---|
| committer | Steve Sakoman <steve@sakoman.com> | 2024-07-26 07:43:46 -0700 |
| commit | 398e77fc215d7526fa7dbfe913587f3479c6b17c (patch) | |
| tree | 96d56f99f7d605a0027059dc12f909e73e5f64e3 | |
| parent | fbdb36e53b759c9a30ae7469f13a3b87e5ae4f28 (diff) | |
| download | poky-398e77fc215d7526fa7dbfe913587f3479c6b17c.tar.gz | |
libnl: change HOMEPAGE
http://www.infradead.org/~tgr/libnl/ stops at 2014, the
current official home page should be the github one.
(From OE-Core rev: bc68ac83d158f3f0b2f67f89f541faecb094ea43)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cfe7659e4c553c51d39322b378ac7fb2891c2dc6)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
| -rw-r--r-- | meta/recipes-support/libnl/libnl_3.9.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.9.0.bb b/meta/recipes-support/libnl/libnl_3.9.0.bb index db9d93e8cb..b2825374cf 100644 --- a/meta/recipes-support/libnl/libnl_3.9.0.bb +++ b/meta/recipes-support/libnl/libnl_3.9.0.bb | |||
| @@ -4,7 +4,7 @@ APIs to netlink protocol based Linux kernel interfaces. libnl is the core \ | |||
| 4 | library implementing the fundamentals required to use the netlink protocol \ | 4 | library implementing the fundamentals required to use the netlink protocol \ |
| 5 | such as socket handling, message construction and parsing, and sending \ | 5 | such as socket handling, message construction and parsing, and sending \ |
| 6 | and receiving of data." | 6 | and receiving of data." |
| 7 | HOMEPAGE = "http://www.infradead.org/~tgr/libnl/" | 7 | HOMEPAGE = "https://github.com/thom311/libnl" |
| 8 | SECTION = "libs/network" | 8 | SECTION = "libs/network" |
| 9 | 9 | ||
| 10 | PE = "1" | 10 | PE = "1" |
