diff options
Diffstat (limited to 'meta-oe/recipes-support/eject')
| -rw-r--r-- | meta-oe/recipes-support/eject/eject_2.1.5.bb | 26 |
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 @@ | |||
| 1 | DESCRIPTION = "Eject allows removable media (typically a CD-ROM, floppy disk, tape, or JAZ or ZIP disk) to be ejected under software control." | ||
| 2 | HOMEPAGE = "http://eject.sourceforge.net/" | ||
| 3 | LICENSE = "GPLv2" | ||
| 4 | |||
| 5 | LICENSE = "GPLv2" | ||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=8ca43cbc842c2336e835926c2166c28b" | ||
| 7 | |||
| 8 | |||
| 9 | inherit autotools gettext update-alternatives | ||
| 10 | |||
| 11 | SRC_URI = "http://sources.openembedded.org/${P}.tar.gz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "b96a6d4263122f1711db12701d79f738" | ||
| 14 | SRC_URI[sha256sum] = "ef9f7906484cfde4ba223b2682a37058f9a3c7d3bb1adda7a34a67402e2ffe55" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${PN}" | ||
| 17 | |||
| 18 | do_install_append() { | ||
| 19 | mv ${D}/${bindir}/volname ${D}/${bindir}/volname.${PN} | ||
| 20 | } | ||
| 21 | |||
| 22 | ALTERNATIVE_NAME = "volname" | ||
| 23 | ALTERNATIVE_LINK = "${bindir}/volname" | ||
| 24 | ALTERNATIVE_PATH = "${bindir}/volname.${PN}" | ||
| 25 | ALTERNATIVE_PRIORITY = "100" | ||
| 26 | |||
