diff options
author | Andreas Mueller <schnitzeltony@gmx.de> | 2010-06-18 00:26:42 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2010-06-18 11:16:29 -0700 |
commit | 19bd6d851cdefbe6be0b9766980a7338fe6ff82d (patch) | |
tree | c1e9efe56443e15af236d8513e0301d16e231746 /recipes/xfce-base/libxfce4util_4.6.2.bb | |
parent | 7565ef3e4a53f715f16bdf6237061bcb9d6da33b (diff) |
xfce-base: Bump xfce recipes to version 4.6.2
Signed-off-by: Andreas Mueller <schnitzeltony@gmx.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/xfce-base/libxfce4util_4.6.2.bb')
-rw-r--r-- | recipes/xfce-base/libxfce4util_4.6.2.bb | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/recipes/xfce-base/libxfce4util_4.6.2.bb b/recipes/xfce-base/libxfce4util_4.6.2.bb new file mode 100644 index 0000000000..67aba2e75b --- /dev/null +++ b/recipes/xfce-base/libxfce4util_4.6.2.bb @@ -0,0 +1,18 @@ +# libxfce4util OE build file + +DESCRIPTION = "Basic utility library for Xfce4" +SECTION = "x11/libs" +LICENSE = "GPL" +DEPENDS = "glib-2.0 xfce4-dev-tools " +PR = "r0" + +inherit xfce46 + +EXTRA_OECONF += "--disable-dependency-tracking --disable-static --with-broken-putenv=yes" + +MACROS="m4/X11.m4 m4/debug.m4 m4/depends.m4 m4/i18n.m4" + +FILES_${PN}-dev += " ${datadir}/xfce4/m4" + +SRC_URI[md5sum] = "9c3129d827d480f0906c575e7a13f1e9" +SRC_URI[sha256sum] = "ae2e7ed1000bb0b3589643a39a65e6ab64c9ee198045e7b272604986f2e18c83" |