Skip to content

Commit

Permalink
Fixes for libgksu
Browse files Browse the repository at this point in the history
  • Loading branch information
freamon committed Jul 26, 2013
1 parent c8052fb commit 06fe4dd
Showing 1 changed file with 13 additions and 6 deletions.
19 changes: 13 additions & 6 deletions recipes-extended/sudo/libgksu_2.0.12.bb
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,29 @@ DESCRIPTION = "Gksu authorization library"
LICENSE = "LGPLv2"
DEPENDS = "gtk+ gconf startup-notification gnome-keyring libgtop"
RRECOMMENDS_${PN} = "gksu"
PR = "r1"
PR = "r6"

SRC_URI[md5sum] = "c7154c8806f791c10e7626ff123049d3"
SRC_URI[sha256sum] = "22f9cfc3627dcb6774b9aff66c6ea6554f3b34b82bbfa2467b821e67874c3faf"

LIC_FILES_CHKSUM = "file://COPYING;md5=c46bda00ffbb0ba1dac22f8d087f54d9"

SRC_URI = "http://people.debian.org/~kov/gksu/libgksu-${PV}.tar.gz"
SRC_URI = "http://people.debian.org/~kov/gksu/libgksu-${PV}.tar.gz \
file://gksu/libgksu_spaces_to_tabs.patch \
file://gksu/libgksu_makefile_am_update.patch \
file://gksu/01_revert_forkpty.patch \
"

inherit autotools lib_package

# don't skip autoreconf - we need it to generate libtool 2.4
# older libtool with this package doesn't understand '=' as substitute for sysroot
# autoreconf works with makefile.am patch

#this skips autoreconf, which it tries to run for some reason, but fails
do_configure() {
oe_runconf
}

#do_configure() {
# oe_runconf
#}

EXTRA_OECONF += " \
--disable-gtk-doc \
Expand Down

0 comments on commit 06fe4dd

Please sign in to comment.