mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-16 06:30:16 +00:00
89500c583e
* tested on shr-lite-image for om-gta02 and nokia900 (with meta-shr layer)
23 lines
553 B
BlitzBasic
23 lines
553 B
BlitzBasic
require pidgin.inc
|
|
PR = "${INC_PR}.0"
|
|
|
|
DEPENDS += "farsight2 libidn"
|
|
|
|
SRC_URI = "\
|
|
${SOURCEFORGE_MIRROR}/pidgin/pidgin-${PV}.tar.bz2 \
|
|
file://sanitize-configure.ac.patch \
|
|
file://pidgin.desktop-set-icon.patch \
|
|
file://purple-OE-branding-25.patch \
|
|
file://pidgin-cross-python-265.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "9bc6cf953ed7d383b215fa8487bf8829"
|
|
SRC_URI[sha256sum] = "9722d7f199a6704e29900c80f270d9409d5c28caab77f495b68108d81ba3e19e"
|
|
|
|
EXTRA_OECONF += "\
|
|
--disable-gtkspell \
|
|
--disable-meanwhile \
|
|
--disable-nm \
|
|
--disable-screensaver \
|
|
"
|