diff options
author | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-13 14:40:10 +0000 |
---|---|---|
committer | nslu2-linux.adm@bkbits.net <nslu2-linux.adm@bkbits.net> | 2005-06-13 14:40:10 +0000 |
commit | 46bb5871b7a1e1784dadb74db6bd796437754e52 (patch) | |
tree | fa5a0a913cdc01c0f214ae67b81cec7d21094a68 /packages/sharp-binary-only | |
parent | 87b62a7ab0bc54ea9a2fc4725a59c41bd48171a3 (diff) |
Merge bk://oe-devel.bkbits.net/openembedded
into bkbits.net:/repos/n/nslu2-linux/openembedded
2005/06/13 16:35:06+02:00 uni-frankfurt.de!mickeyl
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages
2005/06/13 16:34:50+02:00 uni-frankfurt.de!mickeyl
remove sharp-aticore. it has been superseded by sharp-aticore-oss
2005/06/13 16:10:40+02:00 utwente.nl!koen
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into bitbake.utwente.nl:/home/koen/OE/openembedded
2005/06/13 16:10:22+02:00 utwente.nl!koen
xextensions_20050610.bb: change version to 1.0.3
2005/06/13 15:08:33+01:00 rpsys.net!RP
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into tim.rpsys.net:/usr/oe/openembedded
2005/06/13 14:54:00+01:00 rpsys.net!RP
oprofile: Add a fix to correct the broken offset handling of the kernel image on arm
BKrev: 42ad9aca821nDca8VyvkPqyxgklLlA
Diffstat (limited to 'packages/sharp-binary-only')
-rw-r--r-- | packages/sharp-binary-only/sharp-aticore.bb | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/packages/sharp-binary-only/sharp-aticore.bb b/packages/sharp-binary-only/sharp-aticore.bb deleted file mode 100644 index da7917f070..0000000000 --- a/packages/sharp-binary-only/sharp-aticore.bb +++ /dev/null @@ -1,39 +0,0 @@ -DESCRIPTION = "Driver for the Ati W100 found on the Sharp Zaurus C[87]x0" -SECTION = "base" -PRIORITY = "optional" -LICENSE = "CLOSED" -PR = "r0" - -SRC_URI = "http://www.mithis.com/zaurus/AtiCore.${TARGET_FPU}.tar.bz2" -S = "${WORKDIR}/AtiCore" - -FILES_${PN}="${libdir}/*.so* ${bindir}/*" - -# And include it in the dev package -FILES_${PN}-dev += " ${includedir}" - -do_make() { - make -} - -do_install() { - install -d ${D}${bindir} - install -m 0755 testcore ${D}${bindir}/testcore - install -m 0755 atitest ${D}${bindir}/atitest - - install -d ${D}${libdir} - install -m 0755 libaticore.so ${D}${libdir}/libaticore.so - - install -d ${D}${includedir} - install -m 0644 aticore.h ${D}${includedir}/aticore.h - - cd ${D}${libdir}/ - ln -s libaticore.so libaticore.so.1 - ln -s libaticore.so libaticore.so.1.0 -} - -do_stage() { - install -m 0644 aticore.h ${STAGING_INCDIR} - oe_libinstall -so libaticore ${STAGING_LIBDIR} -} - |