mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@530 311d38ba-8fff-0310-9ca6-ca027cbcb966
21 lines
439 B
BlitzBasic
Executable File
21 lines
439 B
BlitzBasic
Executable File
LICENSE = "LGPL"
|
|
SECTION = "x11"
|
|
MAINTAINER = "Matthew Allum <mallum@openedhand.com>"
|
|
DESCRIPTION = "Chkhinge26 fires off cmds on cXXXX Zs."
|
|
PR = "r2"
|
|
|
|
SRC_URI = "svn://svn.o-hand.com/repos/misc/trunk;module=chkhinge26;proto=http \
|
|
file://hinge-handler"
|
|
|
|
S = "${WORKDIR}/${PN}"
|
|
|
|
inherit autotools pkgconfig
|
|
|
|
do_install_append () {
|
|
install -m 0755 ${WORKDIR}/hinge-handler ${D}/${bindir}/
|
|
}
|
|
|
|
FILES_${PN} += "${bindir}/hinge-handler"
|
|
|
|
|