diff options
-rw-r--r-- | meta-oe/recipes-support/links/links-x11_2.20.2.bb | 53 | ||||
-rw-r--r-- | meta-oe/recipes-support/links/links-x11_2.22.bb | 29 | ||||
-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 | |||
23 | require links.inc | ||
24 | |||
25 | DEPENDS += "virtual/libx11" | ||
26 | RCONFLICTS_${PN} = "links" | ||
27 | |||
28 | inherit features_check | ||
29 | # depends on virtual/libx11 | ||
30 | REQUIRED_DISTRO_FEATURES = "x11" | ||
31 | |||
32 | SRC_URI += " file://links2.desktop \ | ||
33 | http://www.xora.org.uk/oe/links2.png;name=icon" | ||
34 | |||
35 | S = "${WORKDIR}/links-${PV}" | ||
36 | |||
37 | EXTRA_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 | |||
43 | do_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 | |||
50 | SRC_URI[md5sum] = "ee39e612249440d0497535d0dafc3c0e" | ||
51 | SRC_URI[sha256sum] = "4b4f07d0e6261118d1365a5a5bfa31e1eafdbd280cfae6f0e9eedfea51a2f424" | ||
52 | SRC_URI[icon.md5sum] = "477e8787927c634614bac01b44355a33" | ||
53 | SRC_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 @@ | |||
1 | require links.inc | ||
2 | |||
3 | DEPENDS += "virtual/libx11" | ||
4 | RCONFLICTS_${PN} = "links" | ||
5 | |||
6 | inherit features_check | ||
7 | # depends on virtual/libx11 | ||
8 | REQUIRED_DISTRO_FEATURES = "x11" | ||
9 | |||
10 | SRC_URI += " file://links2.desktop \ | ||
11 | http://www.xora.org.uk/oe/links2.png;name=icon" | ||
12 | |||
13 | SRC_URI[sha256sum] = "0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d" | ||
14 | SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" | ||
15 | |||
16 | S = "${WORKDIR}/links-${PV}" | ||
17 | |||
18 | EXTRA_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 | |||
24 | do_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 | 11 | SRC_URI[sha256sum] = "0364986b3a7f1e8e3171bea362b53f71e1dd3360a8842d66fdc65580ebc2084d" | |
12 | SRC_URI[md5sum] = "b88a46733d6932442ed8a6b751aac6b4" | ||
13 | SRC_URI[sha256sum] = "285eed8591c7781ec26213df82786665aaa1b9286782e8a7a1a7e2a6e1630d63" | ||
14 | SRC_URI[icon.md5sum] = "477e8787927c634614bac01b44355a33" | ||
15 | SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" | 12 | SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47" |