Reverse accidental changes in dc0f5b4ef4b836d72bf43dffa503ab86e6f7de54
authorRichard Purdie <rpurdie@rpsys.net>
Sat, 15 Mar 2008 16:17:31 +0000 (16:17 +0000)
committerRichard Purdie <rpurdie@rpsys.net>
Sat, 15 Mar 2008 16:17:31 +0000 (16:17 +0000)
classes/cpan.bbclass
classes/insane.bbclass
packages/glib-2.0/glib-2.0_2.15.6.bb
packages/gpsdrive/gpsdrive_2.10pre4.bb
packages/gtk-webcore/osb-browser_svn.bb

index 506d4c4..5a0b4a5 100644 (file)
@@ -50,16 +50,7 @@ cpan_do_compile () {
 }
 
 cpan_do_install () {
-       if [ ${@is_target(d)} == "yes" ]; then
-               oe_runmake install_vendor
-       fi
-}
-
-cpan_do_stage () {
-       if [ ${@is_target(d)} == "no" ]; then
-               oe_runmake install_vendor
-       fi
+       oe_runmake install_vendor
 }
-                                                               
 
-EXPORT_FUNCTIONS do_configure do_compile do_install do_stage
+EXPORT_FUNCTIONS do_configure do_compile do_install
index 52264e4..5ff49cd 100644 (file)
@@ -341,7 +341,7 @@ def package_qa_check_staged(path,d):
         pkgconfigcheck = workdir
     else:
         installed = "installed=yes"
-        pkgconfigcheck = workdir
+        pkgconfigcheck = tmpdir
 
     # find all .la and .pc files
     # read the content
index 6e27ac0..525a9d2 100644 (file)
@@ -1,7 +1,5 @@
 require glib.inc
 
-DEFAULT_PREFERENCE = "-1"
-
 SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glib/2.15/glib-${PV}.tar.bz2 \
            file://glibconfig-sysdefs.h \
            file://configure-libtool.patch;patch=1 \
index fb8b25a..102a917 100644 (file)
@@ -31,4 +31,3 @@ FILES_${PN}-map-icons-classic = "${datadir}/map-icons/classic.small"
 FILES_${PN}-map-icons-other = "${datadir}/map-icons/classic.big ${datadir}/map-icons/japan ${datadir}/map-icons/nickw ${datadir}/map-icons/square.big ${datadir}/map-icons/square.small ${datadir}/map-icons/svg"
 FILES_${PN}-maps = "${datadir}/${PN}/maps ${datadir}/${PN}/map_koord.txt"
 FILES_${PN}-doc = "${datadir}/man ${datadir}/${PN}/Documentation"
-
index 44e5c12..912215c 100644 (file)
@@ -14,5 +14,5 @@ SRC_URI = "svn://gtk-webcore.svn.sourceforge.net/svnroot/gtk-webcore/trunk;modul
 
 S = "${WORKDIR}/osb-browser"
 
-DEFAULT_PREFERENCE = "5"
+DEFAULT_PREFERENCE = "-1"