1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-17 04:07:06 +00:00

Drop now unneeded FILESDIR and S variables from various recipes

This commit is contained in:
Richard Purdie
2009-01-02 15:34:40 +00:00
parent 61d8ea7a14
commit f8a23031e2
61 changed files with 3 additions and 136 deletions
@@ -9,8 +9,6 @@ SRC_URI = "http://dbus.freedesktop.org/releases/dbus-glib/dbus-glib-${PV}.tar.gz
inherit autotools pkgconfig gettext native
S = "${WORKDIR}/dbus-glib-${PV}"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-glib-${PV}"
DEPENDS = "glib-2.0-native dbus-native"
do_stage() {
-3
View File
@@ -9,15 +9,12 @@ DEPENDS = "glib-2.0-native libxml2-native expat-native"
DEFAULT_PREFERENCE = "-1"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
SRC_URI = "http://dbus.freedesktop.org/releases/dbus/dbus-${PV}.tar.gz \
file://cross.patch;patch=1 \
"
inherit autotools pkgconfig gettext native
S = "${WORKDIR}/dbus-${PV}"
EXTRA_OECONF = " --disable-tests --disable-checks --disable-xml-docs \
--disable-doxygen-docs --with-xml=expat --without-x"
-1
View File
@@ -2,7 +2,6 @@ require dbus.inc
inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
PR = "r2"
SRC_URI += "file://fix-dbus-launch-x11.patch;patch=1"
-1
View File
@@ -2,7 +2,6 @@ require dbus.inc
inherit native
DEPENDS = "glib-2.0-native libxml2-native expat-native"
FILESDIR = "${@os.path.dirname(bb.data.getVar('FILE',d,1))}/dbus-${PV}"
do_stage() {
oe_runmake install
-1
View File
@@ -11,7 +11,6 @@ SRC_URI = "\
file://dbus-1.init \
file://99_dbus \
"
S = "${WORKDIR}/dbus-${PV}"
inherit autotools pkgconfig update-rc.d gettext