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 | |
parent | bcd5894dcd9db9234dd6d99a9e1bd0d6d8fef19a (diff) |
gnome-doc-utils: Fixed invalid reference to host python in xml2po. Introduced INC_PR.
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnome/gnome-doc-utils.inc | 4 | ||||
-rw-r--r-- | recipes/gnome/gnome-doc-utils_0.10.3.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-doc-utils_0.12.0.bb | 2 | ||||
-rw-r--r-- | recipes/gnome/gnome-doc-utils_0.7.1.bb | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc index ff62257aa8..8858dac05d 100644 --- a/recipes/gnome/gnome-doc-utils.inc +++ b/recipes/gnome/gnome-doc-utils.inc @@ -1,11 +1,11 @@ LICENSE = "GPL LGPL" DEPENDS = "libxml2 libxslt libxslt-native" -PR = "r1" +INC_PR = "r2" inherit gnome -EXTRA_OECONF = "--disable-scrollkeeper" +EXTRA_OECONF = "--disable-scrollkeeper ac_cv_path_PYTHON=${bindir}/python" do_stage() { mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/ diff --git a/recipes/gnome/gnome-doc-utils_0.10.3.bb b/recipes/gnome/gnome-doc-utils_0.10.3.bb index cfb4788076..d501a7db4c 100644 --- a/recipes/gnome/gnome-doc-utils_0.10.3.bb +++ b/recipes/gnome/gnome-doc-utils_0.10.3.bb @@ -1,3 +1,3 @@ require gnome-doc-utils.inc -PR = "r0" +PR = "${INC_PR}.0" diff --git a/recipes/gnome/gnome-doc-utils_0.12.0.bb b/recipes/gnome/gnome-doc-utils_0.12.0.bb index 2499ac36e4..d501a7db4c 100644 --- a/recipes/gnome/gnome-doc-utils_0.12.0.bb +++ b/recipes/gnome/gnome-doc-utils_0.12.0.bb @@ -1,3 +1,3 @@ require gnome-doc-utils.inc -PR = "r1" +PR = "${INC_PR}.0" 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" |