aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/links/links-x11_2.7.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2012-12-22 18:08:20 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2012-12-23 09:32:57 +0100
commit6097b49f1fe7183f7b34fa2e4c5a8fbfd805ed26 (patch)
treee87d88043acb8222d180e5503ab94fe95cbb690d /meta-oe/recipes-support/links/links-x11_2.7.bb
parentf7b703f4af4bbadb48e26ea93e54a91f00cb1a57 (diff)
downloadmeta-openembedded-contrib-6097b49f1fe7183f7b34fa2e4c5a8fbfd805ed26.tar.gz
links: upgrade to 2.7 to fix build with libpng-1.5
* cookies api changed between 2.1pre30 and 2.7 * LIC_FILES_CHKSUM changed because of formal change 296c296 < This program is free software; you can redistribute it and/or modify --- > on, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 > USAThis program is free software; you can redistribute it and/or > modify Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/links/links-x11_2.7.bb')
-rw-r--r--meta-oe/recipes-support/links/links-x11_2.7.bb27
1 files changed, 27 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/links/links-x11_2.7.bb b/meta-oe/recipes-support/links/links-x11_2.7.bb
new file mode 100644
index 0000000000..601742f9f6
--- /dev/null
+++ b/meta-oe/recipes-support/links/links-x11_2.7.bb
@@ -0,0 +1,27 @@
+require links.inc
+
+DEPENDS += "virtual/libx11"
+RCONFLICTS_${PN} = "links"
+
+SRC_URI += " file://links2.desktop \
+ http://www.xora.org.uk/oe/links2.png;name=icon"
+
+S = "${WORKDIR}/links-${PV}"
+
+EXTRA_OECONF = "--enable-javascript --with-libfl --enable-graphics \
+ --with-ssl=${STAGING_LIBDIR}/.. --with-libjpeg \
+ --without-libtiff --without-svgalib --without-fb \
+ --without-directfb --without-pmshell --without-atheos \
+ --with-x --without-gpm --without-sdl"
+
+do_install_append() {
+ install -d ${D}/${datadir}/applications
+ install -m 0644 ${WORKDIR}/links2.desktop ${D}/${datadir}/applications
+ install -d ${D}/${datadir}/pixmaps
+ install -m 0644 ${WORKDIR}/links2.png ${D}/${datadir}/pixmaps
+}
+
+SRC_URI[md5sum] = "d06aa6e14b2172d73188871a5357185a"
+SRC_URI[sha256sum] = "0c182b1cbcdfd5cdcd2f75a6032d1a4b660d07c1225c1e07757cec81d3302130"
+SRC_URI[icon.md5sum] = "477e8787927c634614bac01b44355a33"
+SRC_URI[icon.sha256sum] = "eddcd8b8c8698aa621d1a453943892d77b72ed492e0d14e0dbac5c6a57e52f47"