mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 03:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2404 311d38ba-8fff-0310-9ca6-ca027cbcb966
20 lines
428 B
BlitzBasic
20 lines
428 B
BlitzBasic
require contacts.inc
|
|
|
|
#DEPENDS += "gnome-vfs"
|
|
#RDEPENDS += "gnome-vfs-plugin-file"
|
|
#RRECOMMENDS += "gnome-vfs-plugin-http"
|
|
|
|
PV = "0.5+svnr${SRCREV}"
|
|
|
|
#DEFAULT_PREFERENCE = "-1"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/${PN};module=trunk;proto=http \
|
|
file://stock_contact.png \
|
|
file://stock_person.png \
|
|
file://contacts-owl-window-menu.patch;patch=1 \
|
|
"
|
|
|
|
S = "${WORKDIR}/trunk"
|
|
|
|
#EXTRA_OECONF = "--enable-gnome-vfs"
|