diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 16:08:19 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-08-18 16:08:19 +0100 |
commit | 6912b5dbfe46daaac36369a9d92c1673442fb4e5 (patch) | |
tree | ba2956b015d9f6b1dac3865aa63449cdccef584c /meta/packages/leafpad/leafpad_0.8.9.bb | |
parent | d8869f3ac30fd3640d8f9b27d7c1c922ef160216 (diff) | |
download | poky-6912b5dbfe46daaac36369a9d92c1673442fb4e5.tar.gz |
Make the owl menu poky distro specific
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/leafpad/leafpad_0.8.9.bb')
-rw-r--r-- | meta/packages/leafpad/leafpad_0.8.9.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/packages/leafpad/leafpad_0.8.9.bb b/meta/packages/leafpad/leafpad_0.8.9.bb index f99fa0acfa..49a8af1fe7 100644 --- a/meta/packages/leafpad/leafpad_0.8.9.bb +++ b/meta/packages/leafpad/leafpad_0.8.9.bb | |||
@@ -1,9 +1,10 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | DEPENDS = "gtk+ intltool-native libowl" | 2 | DEPENDS = "gtk+ intltool-native libowl" |
3 | SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ | 3 | SRC_URI = "http://savannah.nongnu.org/download/${PN}/${PN}-${PV}.tar.gz \ |
4 | file://owl-menu.patch;patch=1 \ | ||
5 | file://leafpad.desktop" | 4 | file://leafpad.desktop" |
6 | PR = "r8" | 5 | PR = "r9" |
6 | |||
7 | SRC_URI_append_poky += " file://owl-menu.patch;patch=1 " | ||
7 | 8 | ||
8 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |
9 | 10 | ||
@@ -12,7 +13,6 @@ EXTRA_OECONF = " --enable-chooser --disable-gtktest --disable-print" | |||
12 | do_install_append () { | 13 | do_install_append () { |
13 | install -d ${D}/${datadir} | 14 | install -d ${D}/${datadir} |
14 | install -d ${D}/${datadir}/applications | 15 | install -d ${D}/${datadir}/applications |
15 | |||
16 | install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications | 16 | install -m 0644 ${WORKDIR}/leafpad.desktop ${D}/${datadir}/applications |
17 | } | 17 | } |
18 | 18 | ||