diff options
author | Koen Kooi <koen@openembedded.org> | 2010-01-17 19:22:07 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2010-01-18 05:25:52 +0100 |
commit | 60508b874987984680573843d9e772ea55b06ce9 (patch) | |
tree | f09b692a0dd9aaca1c24fa4a149d20362cb41591 /recipes/gnome | |
parent | 8b6d84221426d0b5cb54b8877dd0f70e796a3811 (diff) |
empathy: add 2.28.2
gnome-doc-utils: add 0.19.2
telepathy-glib: add 0.7.37
Diffstat (limited to 'recipes/gnome')
-rw-r--r-- | recipes/gnome/gnome-doc-utils.inc | 9 | ||||
-rw-r--r-- | recipes/gnome/gnome-doc-utils_0.19.2.bb | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/recipes/gnome/gnome-doc-utils.inc b/recipes/gnome/gnome-doc-utils.inc index 8858dac05d..00231a941c 100644 --- a/recipes/gnome/gnome-doc-utils.inc +++ b/recipes/gnome/gnome-doc-utils.inc @@ -1,16 +1,15 @@ LICENSE = "GPL LGPL" DEPENDS = "libxml2 libxslt libxslt-native" -INC_PR = "r2" +INC_PR = "r3" inherit gnome EXTRA_OECONF = "--disable-scrollkeeper ac_cv_path_PYTHON=${bindir}/python" -do_stage() { - mkdir -p ${STAGING_DATADIR}/xml/gnome/xslt/ - cp -pPr ${S}/xslt/* ${STAGING_DATADIR}/xml/gnome/xslt/ - autotools_stage_all +do_install_append() { + mkdir -p ${D}${datadir}/xml/gnome/xslt/ + cp -pPr ${S}/xslt/* ${D}${datadir}/xml/gnome/xslt/ } FILES_${PN} += "${datadir}/xml*" diff --git a/recipes/gnome/gnome-doc-utils_0.19.2.bb b/recipes/gnome/gnome-doc-utils_0.19.2.bb new file mode 100644 index 0000000000..d501a7db4c --- /dev/null +++ b/recipes/gnome/gnome-doc-utils_0.19.2.bb @@ -0,0 +1,3 @@ +require gnome-doc-utils.inc + +PR = "${INC_PR}.0" |