From: Grazvydas Ignotas Date: Fri, 20 Nov 2015 22:00:03 +0000 (+0200) Subject: pandora-libpnd: big PND file support X-Git-Tag: sz_173~5 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?p=openpandora.oe.git;a=commitdiff_plain;h=e2efcd310560e1bc7093674265322ad4492d83c5 pandora-libpnd: big PND file support --- diff --git a/recipes/pandora-system/pandora-libpnd.bb b/recipes/pandora-system/pandora-libpnd.bb index d579131..997e9b8 100755 --- a/recipes/pandora-system/pandora-libpnd.bb +++ b/recipes/pandora-system/pandora-libpnd.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Support for the PND format in Pandora images (lib, daemon, init script etc.)" LICENSE = "lGPL" -PR = "r76" +PR = "r77" PARALLEL_MAKE = "" @@ -14,14 +14,14 @@ SRC_URI = " \ file://op_pnd_run.desktop \ " -SRCREV = "a6968a769ad2d91403bafafed82a6b8873f3e2e9" +SRCREV = "0b8d2ba30c7c7371fd410931f4310cfd19bd04c2" S = "${WORKDIR}/git" inherit update-rc.d TARGET_CC_ARCH += "${LDFLAGS}" -TARGET_CFLAGS += "-Wall -I./include -I${STAGING_INCDIR}/usr/include -I${STAGING_INCDIR}/SDL " +TARGET_CFLAGS += "-Wall -I./include -I${STAGING_INCDIR}/usr/include -I${STAGING_INCDIR}/SDL -D_FILE_OFFSET_BITS=64 " PACKAGES =+ "${PN}-pndnotifyd ${PN}-pndevmapperd ${PN}-minimenu" diff --git a/recipes/pandora-system/pandora-version.bb b/recipes/pandora-system/pandora-version.bb index 924082a..ac9cbe6 100644 --- a/recipes/pandora-system/pandora-version.bb +++ b/recipes/pandora-system/pandora-version.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Installs /etc/op-version file." LICENSE = "Public Domain" -PR = "r15" +PR = "r16" do_install() { OLD_PWD=$PWD