diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-01 11:31:22 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-01 11:31:22 +0000 |
commit | bd132066e5e6d12d44b38bb1421a46d341c8f798 (patch) | |
tree | 39f591b3aa715496f2f7f2a52e9db78c4ada5685 /packages/packagekit | |
parent | e9610a64465aa531182bd742996f37ae8414e678 (diff) |
packagekit: remove AUTOREV, that has no place in recipes
Diffstat (limited to 'packages/packagekit')
-rw-r--r-- | packages/packagekit/packagekit_git.bb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/packagekit/packagekit_git.bb b/packages/packagekit/packagekit_git.bb index 8f1644cd25..b2d7ea8886 100644 --- a/packages/packagekit/packagekit_git.bb +++ b/packages/packagekit/packagekit_git.bb @@ -10,7 +10,6 @@ PR = "r8" SRC_URI = "git://anongit.freedesktop.org/git/packagekit;protocol=git \ file://disable-docbook2man.patch;patch=1" -SRCREV = "${AUTOREV}" S = "${WORKDIR}/git" inherit autotools pkgconfig |