Apply patch from pb that fixes up libdisplaymigration packaging.
authorChris Larson <clarson@kergoth.com>
Wed, 24 Mar 2004 15:18:29 +0000 (15:18 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 24 Mar 2004 15:18:29 +0000 (15:18 +0000)
BKrev: 4061a6c5lHz8A5F8iubSY36zHnlVbg

libdisplaymigration/libdisplaymigration_0.28.oe

index dda82a8..ab9d840 100644 (file)
@@ -4,7 +4,7 @@ MAINTAINER = "Phil Blundell <pb@handhelds.org>"
 SECTION = "gpe"
 PRIORITY = "optional"
 
-inherit pkgconfig
+inherit pkgconfig gpe
 
 SRC_URI = "http://gpe.handhelds.org/pub/projects/gpe/source/libdisplaymigration-${PV}.tar.gz"
 
@@ -18,7 +18,3 @@ do_stage () {
                install -m 0644 ${S}/libdisplaymigration/$h ${STAGING_INCDIR}/libdisplaymigration/${h}
        done
 }
-
-do_install() {
-       oe_runmake "DESTDIR=${D}" install
-}