diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-06 14:17:28 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-04-06 14:17:28 +0200 |
commit | 5bf98b01f2fee908d0233270ca627ec1b795649d (patch) | |
tree | 367a85daf1ed7eea24b29d032bb909a0c6082376 /meta-oe/recipes-support/eject | |
parent | 68fdd44aa6d5fb20ad3186e5cd4e080c2a403cc8 (diff) | |
download | meta-openembedded-5bf98b01f2fee908d0233270ca627ec1b795649d.tar.gz |
eject: import 2.1.5 from OE
OE commit ID 021312cbea3bd07f2ec8591d667998c9c7b28b3a
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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 000000000..0373d23af --- /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 | |||