summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/eject/eject_2.1.5.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/eject/eject_2.1.5.bb b/meta-oe/recipes-support/eject/eject_2.1.5.bb
new file mode 100644
index 0000000000..0373d23af5
--- /dev/null
+++ b/meta-oe/recipes-support/eject/eject_2.1.5.bb
@@ -0,0 +1,26 @@
1DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control."
2HOMEPAGE = "http://eject.sourceforge.net/"
3LICENSE = "GPLv2"
4
5LICENSE = "GPLv2"
6LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b"
7
8
9inherit autotools gettext update-alternatives
10
11SRC_URI = "http://sources.openembedded.org/${P}.tar.gz"
12
13SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738"
14SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55"
15
16S = "${WORKDIR}/${PN}"
17
18do_install_append() {
19 mv ${D}/${bindir}/volname ${D}/${bindir}/volname.${PN}
20}
21
22ALTERNATIVE_NAME = "volname"
23ALTERNATIVE_LINK = "${bindir}/volname"
24ALTERNATIVE_PATH = "${bindir}/volname.${PN}"
25ALTERNATIVE_PRIORITY = "100"
26