summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/links/links-x11_2.20.2.bb53
-rw-r--r--meta-oe/recipes-support/links/links-x11_2.22.bb29
-rw-r--r--meta-oe/recipes-support/links/links_2.22.bb (renamed from meta-oe/recipes-support/links/links_2.21.bb)5
3 files changed, 30 insertions, 57 deletions
diff --git a/meta-oe/recipes-support/links/links-x11_2.20.2.bb b/meta-oe/recipes-support/links/links-x11_2.20.2.bb
deleted file mode 100644
index 645fe3b264..0000000000
--- a/meta-oe/recipes-support/links/links-x11_2.20.2.bb
+++ /dev/null
@@ -1,53 +0,0 @@
1# FIXME: the LIC_FILES_CHKSUM values have been updated by 'devtool upgrade'.
2# The following is the difference between the old and the new license text.
3# Please update the LICENSE value if needed, and summarize the changes in
4# the commit message via 'License-Update:' tag.
5# (example: 'License-Update: copyright years updated.')
6#
7# The changes:
8#
9# --- COPYING
10# +++ COPYING
11# @@ -293,7 +293,7 @@
12# <one line to give the program's name and a brief idea of what it does.>
13# Copyright (C) <year> <name of author>
14#
15# - on, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USAThis program is free software; you can redistribute it and/or modify
16# + This program is free software; you can redistribute it and/or modify
17# it under the terms of the GNU General Public License as published by
18# the Free Software Foundation; either version 2 of the License, or
19# (at your option) any later version.
20#
21#
22
23require links.inc
24
25DEPENDS += "virtual/libx11"
26RCONFLICTS_${PN} = "links"
27
28inherit features_check
29# depends on virtual/libx11
30REQUIRED_DISTRO_FEATURES = "x11"
31
32SRC_URI += " file://links2.desktop \
33 http://www.xora.org.uk/oe/links2.png;name=icon"
34
35S = "${WORKDIR}/links-${PV}"
36
37EXTRA_OECONF = "--enable-graphics \
38 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
39 --without-libtiff --without-svgalib --without-fb \
40 --without-directfb --without-pmshell --without-atheos \
41 --with-x --without-gpm"
42
43do_install_append() {
44 install -d ${D}/${datadir}/applications
45 install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications
46 install -d ${D}/${datadir}/pixmaps
47 install -m 0644 ${WORKDIR}/links2.png ${D}/${datadir}/pixmaps
48}
49
50SRC_URI[md5sum] = "ee39e612249440d0497535d0dafc3c0e"
51SRC_URI[sha256sum] = "4b4f07d0e6261118d1365a5a5bfa31e1eafdbd280cfae6f0e9eedfea51a2f424"
52SRC_URI[icon.md5sum] = "477e8787927c634614bac01b44355a33"
53SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"
diff --git a/meta-oe/recipes-support/links/links-x11_2.22.bb b/meta-oe/recipes-support/links/links-x11_2.22.bb
new file mode 100644
index 0000000000..563984c0eb
--- /dev/null
+++ b/meta-oe/recipes-support/links/links-x11_2.22.bb
@@ -0,0 +1,29 @@
1require links.inc
2
3DEPENDS += "virtual/libx11"
4RCONFLICTS_${PN} = "links"
5
6inherit features_check
7# depends on virtual/libx11
8REQUIRED_DISTRO_FEATURES = "x11"
9
10SRC_URI += " file://links2.desktop \
11 http://www.xora.org.uk/oe/links2.png;name=icon"
12
13SRC_URI[sha256sum] = "0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d"
14SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"
15
16S = "${WORKDIR}/links-${PV}"
17
18EXTRA_OECONF = "--enable-graphics \
19 --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
20 --without-libtiff --without-svgalib --without-fb \
21 --without-directfb --without-pmshell --without-atheos \
22 --with-x --without-gpm"
23
24do_install_append() {
25 install -d ${D}/${datadir}/applications
26 install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications
27 install -d ${D}/${datadir}/pixmaps
28 install -m 0644 ${WORKDIR}/links2.png ${D}/${datadir}/pixmaps
29}
diff --git a/meta-oe/recipes-support/links/links_2.21.bb b/meta-oe/recipes-support/links/links_2.22.bb
index b6048c1d38..2bfc9ae079 100644
--- a/meta-oe/recipes-support/links/links_2.21.bb
+++ b/meta-oe/recipes-support/links/links_2.22.bb
@@ -8,8 +8,5 @@ EXTRA_OECONF = "--enable-graphics \
8 --without-libtiff --without-svgalib --with-fb \ 8 --without-libtiff --without-svgalib --with-fb \
9 --without-directfb --without-pmshell --without-atheos \ 9 --without-directfb --without-pmshell --without-atheos \
10 --without-x" 10 --without-x"
11 11SRC_URI[sha256sum] = "0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d"
12SRC_URI[md5sum] = "b88a46733d6932442ed8a6b751aac6b4"
13SRC_URI[sha256sum] = "285eed8591c7781ec26213df82786665aaa1b9286782e8a7a1a7e2a6e1630d63"
14SRC_URI[icon.md5sum] = "477e8787927c634614bac01b44355a33"
15SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" 12SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"