Make the owl menu poky distro specific

Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
Richard Purdie 2009-08-18 16:08:19 +01:00
parent d8869f3ac3
commit 6912b5dbfe
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,10 @@
LICENSE = "GPLv2"
DEPENDS = "gtk+ intltool-native libowl"
SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \
file://owl-menu.patch;patch=1 \
file://leafpad.desktop"
PR = "r8"
PR = "r9"
SRC_URI_append_poky += " file://owl-menu.patch;patch=1 "
inherit autotools pkgconfig
@ -12,7 +13,6 @@ EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print"
do_install_append () {
install -d ${D}/${datadir}
install -d ${D}/${datadir}/applications
install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications
}