mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
19 lines
438 B
BlitzBasic
Executable File
19 lines
438 B
BlitzBasic
Executable File
LICENSE = "LGPL"
|
|
SECTION = "x11"
|
|
#DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
|
|
MAINTAINER = "Matthew Allum <mallum@openedhand.com>"
|
|
DESCRIPTION = "Chkhinge26 fires off cmds on cXXXX Zs."
|
|
PR = "r0"
|
|
|
|
SRC_URI = "http://butterfeet.org/misc/${PN}-${PV}.tar.gz \
|
|
file://hinge-handler"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install_append () {
|
|
install -m 0755 ${WORKDIR}/hinge-handler ${D}/${bindir}/
|
|
}
|
|
|
|
FILES_${PN} += "${bindir}/hinge-handler"
|
|
|