diff options
Diffstat (limited to 'meta-oe/recipes-navigation/orrery/orrery_2.7.bb')
| -rw-r--r-- | meta-oe/recipes-navigation/orrery/orrery_2.7.bb | 37 |
1 files changed, 0 insertions, 37 deletions
diff --git a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb b/meta-oe/recipes-navigation/orrery/orrery_2.7.bb deleted file mode 100644 index 96a7018de2..0000000000 --- a/meta-oe/recipes-navigation/orrery/orrery_2.7.bb +++ /dev/null | |||
| @@ -1,37 +0,0 @@ | |||
| 1 | SUMMARY = "Astronomical application which displays the night sky" | ||
| 2 | HOMEPAGE = "http://projects.openmoko.org/projects/orrery/" | ||
| 3 | SECTION = "x11/scientific" | ||
| 4 | LICENSE = "GPL-2.0-or-later" | ||
| 5 | LIC_FILES_CHKSUM = "file://orrery.c;endline=25;md5=d792bdf2b591972da175aecc38d88cfe" | ||
| 6 | DEPENDS = "gtk+" | ||
| 7 | |||
| 8 | inherit features_check autotools-brokensep pkgconfig | ||
| 9 | |||
| 10 | REQUIRED_DISTRO_FEATURES = "x11" | ||
| 11 | |||
| 12 | SRC_URI = "http://projects.openmoko.org/frs/download.php/923/orrery_2.7_clean.tar.gz \ | ||
| 13 | file://orrery.png \ | ||
| 14 | file://use.GdkPixbuf.patch \ | ||
| 15 | file://0001-orrery-Fix-sprintf-format.patch \ | ||
| 16 | file://0001-Append-cflags-instead-of-overriding-in-Makefile.am.patch \ | ||
| 17 | " | ||
| 18 | |||
| 19 | SRC_URI[md5sum] = "bd62a33e7554ee1030313dfcdefcda8b" | ||
| 20 | SRC_URI[sha256sum] = "645166a5e05b2064ab630534a514697fc47b681951e7fe1d635c259cbdf7a5e6" | ||
| 21 | |||
| 22 | S = "${WORKDIR}/${BPN}" | ||
| 23 | |||
| 24 | do_configure:prepend() { | ||
| 25 | # fix DSO issue with binutils-2.22 | ||
| 26 | sed -i 's/ -lrt$/ -lrt -lm/g' ${S}/Makefile.am | ||
| 27 | } | ||
| 28 | do_install:append() { | ||
| 29 | install -d ${D}${datadir}/orrery | ||
| 30 | cp -R --no-dereference --preserve=mode,links -v ${S}/data/* ${D}${datadir}/orrery | ||
| 31 | chown -R root:root ${D}${datadir}/orrery | ||
| 32 | install -d ${D}${datadir}/icons | ||
| 33 | install -m 0755 ${WORKDIR}/orrery.png ${D}${datadir}/icons | ||
| 34 | rm -rf ${D}${datadir}/orrery/Makefile* | ||
| 35 | } | ||
| 36 | |||
| 37 | FILES:${PN} += "${datadir}/icons/orrery.png" | ||
