diff options
author | Ross Burton <ross@openedhand.com> | 2008-09-25 20:52:29 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2008-09-25 20:52:29 +0000 |
commit | 59754eed487b58f72e3ab5e01bbf92d8d4ce2386 (patch) | |
tree | d6a082000fb3384f19e3a05de450d8475ee1786c /meta-openmoko | |
parent | 10b492324fc814a4358d7507ef294a529c9c2244 (diff) | |
download | poky-59754eed487b58f72e3ab5e01bbf92d8d4ce2386.tar.gz |
dialer: specify revision instead of using autorev
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5278 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta-openmoko')
-rw-r--r-- | meta-openmoko/packages/dialer/dialer_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-openmoko/packages/dialer/dialer_git.bb b/meta-openmoko/packages/dialer/dialer_git.bb index 9669ee0aa3..602565f04f 100644 --- a/meta-openmoko/packages/dialer/dialer_git.bb +++ b/meta-openmoko/packages/dialer/dialer_git.bb | |||
@@ -8,7 +8,6 @@ inherit autotools pkgconfig | |||
8 | 8 | ||
9 | SRC_URI = "git://folks.o-hand.com/thomas/git/phone.git;protocol=http" | 9 | SRC_URI = "git://folks.o-hand.com/thomas/git/phone.git;protocol=http" |
10 | S = "${WORKDIR}/git" | 10 | S = "${WORKDIR}/git" |
11 | SRCREV = "${AUTOREV}" | ||
12 | 11 | ||
13 | EXTRA_OECONF = "--with-dbusbindir=${STAGING_BINDIR_NATIVE}" | 12 | EXTRA_OECONF = "--with-dbusbindir=${STAGING_BINDIR_NATIVE}" |
14 | 13 | ||