diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-09-17 15:31:31 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-09-20 09:52:27 +0200 |
commit | 9fd4558c02a7046dcdf54eeccfc6682d9d11f04f (patch) | |
tree | 7a532ed60129c0e163826b63864183bf11438ea7 | |
parent | cb34c9f1b02f3ed575a4afae13b3a2ac1af5788e (diff) |
gnome-packagekit: fix build and packaging
-rw-r--r-- | recipes/packagekit/gnome-packagekit_2.27.1.bb | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/recipes/packagekit/gnome-packagekit_2.27.1.bb b/recipes/packagekit/gnome-packagekit_2.27.1.bb index ee3bfe356e..2bb6f95e87 100644 --- a/recipes/packagekit/gnome-packagekit_2.27.1.bb +++ b/recipes/packagekit/gnome-packagekit_2.27.1.bb @@ -3,6 +3,8 @@ LICENSE = "GPL" DEPENDS = "packagekit libsexy gconf-dbus policykit policykit-gnome libunique gnome-menus" +PR = "r1" + inherit gnome SRC_URI = "http://www.packagekit.org/releases/gnome-packagekit-${PV}.tar.gz" @@ -10,8 +12,12 @@ SRC_URI = "http://www.packagekit.org/releases/gnome-packagekit-${PV}.tar.gz" EXTRA_OECONF = " --enable-compile-warnings=no --disable-scrollkeeper " do_configure_prepend() { - sed -i -e s/help/docs/ Makefile.am + sed -i -e s/man// Makefile.am sed -i -e s:-Werror::g configure.ac } -FILES_${PN} += "${datadir}/icons ${datadir}/gnome" +FILES_${PN} += " \ + ${libdir} \ + ${datadir}/gnome \ + ${datadir}/icons \ + " |