diff options
Diffstat (limited to 'packages/sharp-binary-only')
-rw-r--r-- | packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb b/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb index f96b29106a..113e97dabe 100644 --- a/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb +++ b/packages/sharp-binary-only/sharp-aticore-oss_1.0.1.bb @@ -1,15 +1,13 @@ DESCRIPTION = "Driver for the Ati W100 found on the Sharp Zaurus C[87]x0" -SECTION = "base" +SECTION = "libs" PRIORITY = "optional" LICENSE = "CLOSED" -PR = "r1" +PR = "r2" SRC_URI = "http://mirror1.pdaxrom.org/source/src/AtiCore-1.0.1.tar.bz2 \ file://aticore-2.6.patch;patch=1" S = "${WORKDIR}/AtiCore-1.0.1" -#FILES_${PN}="${libdir}/*.so* ${bindir}/*" - EXTRA_OEMAKE="CC='${CC}' AS='${AS}' AR='${AR}' LD='${LD}' FPU='${TARGET_FPU}'" do_install() { @@ -33,4 +31,8 @@ do_install() { do_stage() { install -m 0644 aticore.h ${STAGING_INCDIR} oe_libinstall -so libaticore ${STAGING_LIBDIR} -}
\ No newline at end of file +} + +PACKAGES =+ "sharp-aticore-oss-examples" +FILES_sharp-aticore-oss-examples = "${bindir}" + |