diff options
| author | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
|---|---|---|
| committer | Tudor Florea <tudor.florea@enea.com> | 2015-10-08 22:51:41 +0200 |
| commit | 1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch) | |
| tree | a21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc | |
| download | meta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz | |
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc')
| -rw-r--r-- | meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc new file mode 100644 index 0000000000..7c8e341a3e --- /dev/null +++ b/meta-oe/recipes-devtools/vala-dbus-binding-tool/vala-dbus-binding-tool.inc | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Vala DBus Binding Tool" | ||
| 2 | SECTION = "devel" | ||
| 3 | DEPENDS = "vala libgee libxml2 intltool-native" | ||
| 4 | HOMEPAGE = "http://wiki.freesmartphone.org/index.php/Implementations/vala-dbus-binding-tool" | ||
| 5 | LICENSE = "GPLv3" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" | ||
| 7 | PE = "1" | ||
| 8 | INC_PR = "r3" | ||
| 9 | |||
| 10 | export XDG_DATA_DIRS = "${STAGING_DATADIR}" | ||
| 11 | |||
| 12 | SRC_URI = "http://downloads.freesmartphone.org/sources/${BPN}/${BP}.tar.bz2;name=archive" | ||
| 13 | |||
| 14 | inherit autotools perlnative pkgconfig | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native" | ||
