mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-01 13:40:04 +00:00
eject: import 2.1.5 from OE
OE commit ID 021312cbea3bd07f2ec8591d667998c9c7b28b3a Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
This commit is contained in:
@@ -0,0 +1,26 @@
|
|||||||
|
DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control."
|
||||||
|
HOMEPAGE = "http://eject.sourceforge.net/"
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
|
||||||
|
LICENSE = "GPLv2"
|
||||||
|
LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
|
||||||
|
|
||||||
|
|
||||||
|
inherit autotools gettext update-alternatives
|
||||||
|
|
||||||
|
SRC_URI = "http://sources.openembedded.org/${P}.tar.gz"
|
||||||
|
|
||||||
|
SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
|
||||||
|
SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
|
||||||
|
|
||||||
|
S = "${WORKDIR}/${PN}"
|
||||||
|
|
||||||
|
do_install_append() {
|
||||||
|
mv ${D}/${bindir}/volname ${D}/${bindir}/volname.${PN}
|
||||||
|
}
|
||||||
|
|
||||||
|
ALTERNATIVE_NAME = "volname"
|
||||||
|
ALTERNATIVE_LINK = "${bindir}/volname"
|
||||||
|
ALTERNATIVE_PATH = "${bindir}/volname.${PN}"
|
||||||
|
ALTERNATIVE_PRIORITY = "100"
|
||||||
|
|
||||||
Reference in New Issue
Block a user