From 5844c6e28df8df6ad3d5e49e6069fb8eed94e397 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 26 Oct 2021 09:17:46 +0800 Subject: links: upgrade 2.22 -> 2.25 Signed-off-by: Zheng Ruoqin Signed-off-by: Khem Raj --- meta-oe/recipes-support/links/links_2.22.bb | 12 ------------ meta-oe/recipes-support/links/links_2.25.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 12 deletions(-) delete mode 100644 meta-oe/recipes-support/links/links_2.22.bb create mode 100644 meta-oe/recipes-support/links/links_2.25.bb diff --git a/meta-oe/recipes-support/links/links_2.22.bb b/meta-oe/recipes-support/links/links_2.22.bb deleted file mode 100644 index f2b4a6a80d..0000000000 --- a/meta-oe/recipes-support/links/links_2.22.bb +++ /dev/null @@ -1,12 +0,0 @@ -require links.inc - -DEPENDS += "gpm" -RCONFLICTS:${PN} = "links-x11" - -EXTRA_OECONF = "--enable-graphics \ - --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ - --without-libtiff --without-svgalib --with-fb \ - --without-directfb --without-pmshell --without-atheos \ - --without-x" -SRC_URI[sha256sum] = "0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d" -SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" diff --git a/meta-oe/recipes-support/links/links_2.25.bb b/meta-oe/recipes-support/links/links_2.25.bb new file mode 100644 index 0000000000..1986358b21 --- /dev/null +++ b/meta-oe/recipes-support/links/links_2.25.bb @@ -0,0 +1,11 @@ +require links.inc + +DEPENDS += "gpm" +RCONFLICTS:${PN} = "links-x11" + +EXTRA_OECONF = "--enable-graphics \ + --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \ + --without-libtiff --without-svgalib --with-fb \ + --without-directfb --without-pmshell --without-atheos \ + --without-x" +SRC_URI[sha256sum] = "2dd78508698e8279ef4f09a3a2a21e9595040113402da6c553974414fb49dd2c" -- cgit v1.2.3-54-g00ecf