blob: 5169690781d25a8c7929146995faa043eaeb1b89 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
require contacts.inc
#DEPENDS += "gnome-vfs"
#RDEPENDS += "gnome-vfs-plugin-file"
#RRECOMMENDS += "gnome-vfs-plugin-http"
PV = "0.5+svn${SRCDATE}"
DEFAULT_PREFERENCE = "-1"
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
file://stock_contact.png \
file://stock_person.png"
S = "${WORKDIR}/trunk"
#EXTRA_OECONF = "--enable-gnome-vfs"
|