From e2efcd310560e1bc7093674265322ad4492d83c5 Mon Sep 17 00:00:00 2001 From: Grazvydas Ignotas Date: Sat, 21 Nov 2015 00:00:03 +0200 Subject: [PATCH] pandora-libpnd: big PND file support --- recipes/pandora-system/pandora-libpnd.bb | 6 +++--- recipes/pandora-system/pandora-version.bb | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) 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 -- 2.39.2