diff options
author | Koen Kooi <koen@openembedded.org> | 2009-11-24 10:22:43 +0100 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-11-24 10:22:43 +0100 |
commit | 2fdf1aa1c869ea9deecee86206f49a2eca9d7c00 (patch) | |
tree | 9f74ab0bd54fc627a2ff5dedd5e6a8bfcd9083ea /recipes/opkg/opkg-nogpg_svn.bb | |
parent | a21551800f302fcedaf0044f9e7bf475846af11f (diff) |
opkg-target,sdk: bump SRCREV
* -native is left alone because packaged-staging needs more testing
* tested install and upgrade on angstrom/beagleboard
* tweaked opkg-nogpg-nocurl recipe to keep it building
Diffstat (limited to 'recipes/opkg/opkg-nogpg_svn.bb')
-rw-r--r-- | recipes/opkg/opkg-nogpg_svn.bb | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/recipes/opkg/opkg-nogpg_svn.bb b/recipes/opkg/opkg-nogpg_svn.bb index a0f9614a37..9ddc589b49 100644 --- a/recipes/opkg/opkg-nogpg_svn.bb +++ b/recipes/opkg/opkg-nogpg_svn.bb @@ -3,11 +3,18 @@ require opkg_svn.bb DEPENDS = "curl" PROVIDES += "opkg" -PR = "${INC_PR}" +PR = "${INC_PR}.1" SRCREV = "${SRCREV_pn-opkg}" -EXTRA_OECONF += "--disable-gpg" +EXTRA_OECONF += " --disable-gpg \ + --disable-openssl \ + --disable-ssl-curl \ + --enable-gpg=no \ + --enable-ssl-curl=no \ + --enable-openssl=no" + +LDFLAGS_append = " -Wl,--as-needed" # The nogpg version isn't getting much love and has an unused variable which trips up -Werror do_configure_prepend() { |