mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
b79176adb3
It's not necessary to specify the protocol parameter when it's the default protocol for the fetcher, e.g. the default protocol for git fetcher it git, "protocol=git" isn't needed. Signed-off-by: Jackie Huang <jackie.huang@windriver.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
20 lines
740 B
BlitzBasic
20 lines
740 B
BlitzBasic
require dates.inc
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
|
|
file://src/dates_view.h;endline=22;md5=29f934f356eb970309cdeb6693b3123a \
|
|
file://src/dates_hildon.c;endline=19;md5=63938904198b25de429abb65fbdbdb8a \
|
|
file://src/gconf-bridge.c;endline=22;md5=ad7626c6daf4aec590474a243f4912fa"
|
|
|
|
SRCREV = "514185dc1f6588085fda41eb59898b93d0487dd4"
|
|
PV = "0.4.11+git${SRCPV}"
|
|
PR = "r9"
|
|
|
|
S = "${WORKDIR}/git"
|
|
|
|
SRC_URI = "git://git.gnome.org/${BPN} \
|
|
file://make-382.patch \
|
|
file://dso_linking_change_build_fix.patch \
|
|
file://uclibc-NL_TIME_FIRST_WEEKDAY-absent.patch \
|
|
file://0001-Update-to-new-evolution-data-server-e_source_-color-.patch \
|
|
"
|