mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
Merged revisions 5177-5178,5181,5183,5185,5187 via svnmerge from
https://svn.o-hand.com/repos/poky/trunk ........ r5177 | richard | 2008-09-10 23:29:43 +0100 (Wed, 10 Sep 2008) | 1 line package.bbclass: Adjust to handle split packages already being present in PACKAGES ........ r5178 | richard | 2008-09-10 23:32:22 +0100 (Wed, 10 Sep 2008) | 1 line gst-plugins-good: Remove bogus RPROVIDES and add to PACKAGES instead now the package class can handle this ........ r5181 | richard | 2008-09-11 12:00:49 +0100 (Thu, 11 Sep 2008) | 1 line poky-eabi.inc/poky-fixed-revisions.inc: Bump the matchbox-wm-2 revision and remove from the asneeded blacklist ........ r5183 | richard | 2008-09-11 16:43:25 +0100 (Thu, 11 Sep 2008) | 1 line eds-dbus: Add missing DEPENDS on libglade ........ r5185 | ross | 2008-09-11 17:07:38 +0100 (Thu, 11 Sep 2008) | 1 line eds-dbus: package the glade files into libedataserverui ........ r5187 | ross | 2008-09-11 17:57:47 +0100 (Thu, 11 Sep 2008) | 1 line eds-dbus: add libedataserverui to PACKAGES, fixing the borked packaging ........ git-svn-id: https://svn.o-hand.com/repos/poky/branches/elroy@5283 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
DESCRIPTION = "Evolution database backend server"
|
||||
HOMEPAGE = "http://projects.o-hand.com/eds"
|
||||
LICENSE = "LGPL"
|
||||
DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup"
|
||||
DEPENDS = "intltool-native glib-2.0 gtk+ gconf dbus db gnome-common virtual/libiconv zlib libsoup libglade"
|
||||
|
||||
PV = "1.4.0+svnr${SRCREV}"
|
||||
PR = "r4"
|
||||
PR = "r6"
|
||||
|
||||
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
||||
file://oh-contact.patch;patch=1;pnum=0 \
|
||||
@@ -33,7 +33,8 @@ EXTRA_OECONF = "--without-openldap --with-dbus --without-bug-buddy \
|
||||
|
||||
PACKAGES =+ "libcamel libcamel-dev libebook libebook-dev libecal libecal-dev \
|
||||
libedata-book libedata-book-dev libedata-cal libedata-cal-dev \
|
||||
libedataserver libedataserver-dev"
|
||||
libedataserver libedataserver-dev \
|
||||
libedataserverui libedataserverui-dev"
|
||||
|
||||
FILES_${PN}-dev =+ "${libdir}/pkgconfig/evolution-data-server-*.pc"
|
||||
FILES_${PN}-dbg =+ "${libdir}/evolution-data-server-*/camel-providers/.debug \
|
||||
@@ -82,7 +83,7 @@ FILES_libedataserver-dev = "${libdir}/libedataserver-*.so \
|
||||
${libdir}/pkgconfig/libedataserver-*.pc \
|
||||
${includedir}/evolution-data-server-*/libedataserver/*.h"
|
||||
|
||||
FILES_libedataserverui = "${libdir}/libedataserverui-*.so.*"
|
||||
FILES_libedataserverui = "${libdir}/libedataserverui-*.so.* ${datadir}/evolution-data-server-1.4/glade/*.glade"
|
||||
FILES_libedataserverui-dev = "${libdir}/libedataserverui-*.so \
|
||||
${libdir}/pkgconfig/libedataserverui-*.pc \
|
||||
${includedir}/evolution-data-server-*/libedataserverui/*.h"
|
||||
|
||||
@@ -1,11 +1,11 @@
|
||||
require gst-plugins.inc
|
||||
DEPENDS += "gst-plugins-base gconf cairo jpeg libpng gtk+ zlib libid3tag flac \
|
||||
speex"
|
||||
PR = "r3"
|
||||
PR = "r4"
|
||||
|
||||
EXTRA_OECONF += "--disable-aalib --disable-esd --disable-shout2 --disable-libcaca --without-check"
|
||||
|
||||
RPROVIDES = "gst-plugin-id3demux"
|
||||
PACKAGES += "gst-plugin-id3demux"
|
||||
|
||||
do_configure_prepend() {
|
||||
# This m4 file contains nastiness which conflicts with libtool 2.2.2
|
||||
|
||||
Reference in New Issue
Block a user