diff options
author | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-17 21:44:59 +0100 |
---|---|---|
committer | Henning Heinold <heinold@inf.fu-berlin.de> | 2009-11-17 21:44:59 +0100 |
commit | 0b1f9398d0f97743feb1a12278735efbeae541d1 (patch) | |
tree | d82ab143f8b5a84117fa900436c8256d5f3466a9 /recipes/disko/disko_git.bb | |
parent | caba33c08839deeecd18b4a9a65300c2da58253a (diff) |
disko-git: fix package name, was to early for the change
Diffstat (limited to 'recipes/disko/disko_git.bb')
-rw-r--r-- | recipes/disko/disko_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/disko/disko_git.bb b/recipes/disko/disko_git.bb index 738496e78e..10b57ecbe4 100644 --- a/recipes/disko/disko_git.bb +++ b/recipes/disko/disko_git.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Disko is an application framework, that can be used to develop GUI applications for embedded devices. It is closely connected to the DirectFB" LICENSE = "GPL" -PV = "1.6.1+${SRCPV}" +PV = "1.6.1+gitr${SRCREV}" PR = "r0" DEFAULT_PREFERENCE = "-1" |