diff options
author | Stanislav Brabec <utx@penguin.cz> | 2009-10-04 16:00:09 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2009-10-04 16:00:09 +0000 |
commit | fe1a4e022daec1e44665fa3ff1540842f9ca716d (patch) | |
tree | 817c92ea26ccc31cd4f64d1e40fa60f735331535 /recipes/gnome/gnome-doc-utils_0.7.1.bb | |
parent | bcd5894dcd9db9234dd6d99a9e1bd0d6d8fef19a (diff) |
gnome-doc-utils: Fixed invalid reference to host python in xml2po. Introduced INC_PR.
Diffstat (limited to 'recipes/gnome/gnome-doc-utils_0.7.1.bb')
-rw-r--r-- | recipes/gnome/gnome-doc-utils_0.7.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gnome/gnome-doc-utils_0.7.1.bb b/recipes/gnome/gnome-doc-utils_0.7.1.bb index 2499ac36e4..d501a7db4c 100644 --- a/recipes/gnome/gnome-doc-utils_0.7.1.bb +++ b/recipes/gnome/gnome-doc-utils_0.7.1.bb @@ -1,3 +1,3 @@ require gnome-doc-utils.inc -PR = "r1" +PR = "${INC_PR}.0" |