diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2013-02-15 09:34:03 +0100 |
---|---|---|
committer | Max Krummenacher <max.krummenacher@toradex.com> | 2013-02-15 09:34:03 +0100 |
commit | a9af73ca803aebcc6f6738e20beff5bbdbd36e54 (patch) | |
tree | f3605c9c519f49d5d6d22b3f0f8d1e50456ec778 | |
parent | 072af785aeb854da07f232ee259f43807fa95e2b (diff) |
max9526: added a gtk version for Colibries only
-rw-r--r-- | recipes/max9526-i2c/files/max9526-gtk_0.0.1.tar.bz2 | bin | 0 -> 11973 bytes | |||
-rw-r--r-- | recipes/max9526-i2c/max9526-gtk_0.0.1.bb | 15 |
2 files changed, 15 insertions, 0 deletions
diff --git a/recipes/max9526-i2c/files/max9526-gtk_0.0.1.tar.bz2 b/recipes/max9526-i2c/files/max9526-gtk_0.0.1.tar.bz2 Binary files differnew file mode 100644 index 0000000..893cbb2 --- /dev/null +++ b/recipes/max9526-i2c/files/max9526-gtk_0.0.1.tar.bz2 diff --git a/recipes/max9526-i2c/max9526-gtk_0.0.1.bb b/recipes/max9526-i2c/max9526-gtk_0.0.1.bb new file mode 100644 index 0000000..9d5d6b0 --- /dev/null +++ b/recipes/max9526-i2c/max9526-gtk_0.0.1.bb @@ -0,0 +1,15 @@ +DESCRIPTION = "spidev userspace driver for a Maxim MAX9526" +LICENSE = "CLOSED" + +DEPENDS = "gtk+" +PR = "r1" + +S = "${WORKDIR}" + +SRC_URI="file://max9526-gtk_${PV}.tar.bz2" + +do_install () { + install -d ${D}/${bindir} ${D}/${datadir}/max9526-gtk + install -m 0755 ${S}/max9526-gtk ${D}/${bindir}/ + install -m 0644 ${S}/max9526.glade ${D}/${datadir}/max9526-gtk/ +} |