Openembedded Devel Discussions
 help / color / mirror / Atom feed
From: Graham Gower <graham.gower@gmail.com>
To: openembedded-devel@lists.openembedded.org
Subject: [PATCH] gpe-package_0.4.bb: fix build problems introduced in previous commit.
Date: Thu, 02 Sep 2010 09:46:01 +0930	[thread overview]
Message-ID: <4C7EECC1.90507@gmail.com> (raw)

gpe-package really depends on libipkg, not IPKG_VARIANT. It will not build
against a recent opkg.

Also, SRC_URI+=foo must be after inherit gpe or gpe.bbclass overwrites it.

Signed-off-by: Graham Gower <graham.gower@gmail.com>
---
 recipes/gpe-package/gpe-package_0.4.bb |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/recipes/gpe-package/gpe-package_0.4.bb b/recipes/gpe-package/gpe-package_0.4.bb
index 884143d..1188843 100644
--- a/recipes/gpe-package/gpe-package_0.4.bb
+++ b/recipes/gpe-package/gpe-package_0.4.bb
@@ -3,18 +3,17 @@ SECTION = "gpe"
 PRIORITY = "optional"
 LICENSE = "GPLv2+"
 
-IPKG_VARIANT ?= "opkg"
-DEPENDS = "${IPKG_VARIANT} libpcre libgpewidget"
+DEPENDS = "libipkg libpcre libgpewidget"
 
-PR = "r2"
+PR = "r3"
+
+inherit gpe pkgconfig
 
 SRC_URI += " file://sbin-and-no-suid-install.patch \
                 file://gpe-package"
 SRC_URI[md5sum] = "f131eed187483620916b7e624b9e3367"
 SRC_URI[sha256sum] = "a1fbdb1e8357b0b2362df9ee457c90dcaafbe7a11723117cb0cbee1ea0f6315c"
 
-inherit gpe pkgconfig
-
 CFLAGS += "-DENABLE_PCRE"
 LDFLAGS += "-lpcre"
 
-- 
1.7.1




                 reply	other threads:[~2010-09-02  0:17 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4C7EECC1.90507@gmail.com \
    --to=graham.gower@gmail.com \
    --cc=openembedded-devel@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox