mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 21:32:12 +02:00
Make the owl menu poky distro specific
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user