From 530a2b3e82b19032b1e0ee8d2eba2af7a4985c0b Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 31 May 2022 17:46:39 +0800 Subject: links: upgrade 2.26 -> 2.27 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- meta-oe/recipes-support/links/links_2.26.bb | 11 ----------- meta-oe/recipes-support/links/links_2.27.bb | 11 +++++++++++ 2 files changed, 11 insertions(+), 11 deletions(-) delete mode 100644 meta-oe/recipes-support/links/links_2.26.bb create mode 100644 meta-oe/recipes-support/links/links_2.27.bb (limited to 'meta-oe/recipes-support/links') diff --git a/meta-oe/recipes-support/links/links_2.26.bb b/meta-oe/recipes-support/links/links_2.26.bb deleted file mode 100644 index 3c1ee4f2bc..0000000000 --- a/meta-oe/recipes-support/links/links_2.26.bb +++ /dev/null @@ -1,11 +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] = "f05b3577f25dbe63e491c424f0ecb31f7bfadce9b2bc2f111dfed049c004c9cb" diff --git a/meta-oe/recipes-support/links/links_2.27.bb b/meta-oe/recipes-support/links/links_2.27.bb new file mode 100644 index 0000000000..4803353a50 --- /dev/null +++ b/meta-oe/recipes-support/links/links_2.27.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] = "d8ddcbfcede7cdde80abeb0a236358f57fa6beb2bcf92e109624e9b896f9ebb4" -- cgit 1.2.3-korg