diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:27:13 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-07-22 11:44:28 +0100 |
commit | dc807f54f858419f97e211cd62fd2d30db9a80de (patch) | |
tree | 59adc7578ccccd566b5db07ed2a8e764c30510d8 /meta/packages/opensync | |
parent | 5c63f8a2494cd74792e1a67b114a90a0a2fdbbcc (diff) | |
download | poky-dc807f54f858419f97e211cd62fd2d30db9a80de.tar.gz |
Finally deprecate all legacy do_stage functions. This changes the existing warning
into a fatal error if any legacy do_stage functions are found.
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/opensync')
-rw-r--r-- | meta/packages/opensync/libopensync_0.37.bb | 3 | ||||
-rw-r--r-- | meta/packages/opensync/libsyncml_0.5.4.bb | 4 |
2 files changed, 0 insertions, 7 deletions
diff --git a/meta/packages/opensync/libopensync_0.37.bb b/meta/packages/opensync/libopensync_0.37.bb index 0748bec99a..e9b8ce202e 100644 --- a/meta/packages/opensync/libopensync_0.37.bb +++ b/meta/packages/opensync/libopensync_0.37.bb | |||
@@ -23,6 +23,3 @@ FILES_${PN} += " ${libdir}/opensync*/formats/*.so \ | |||
23 | FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ | 23 | FILES_${PN}-dbg += " ${libdir}/opensync*/formats/.debug/*.so \ |
24 | ${libdir}/opensync*/.debug/osplugin " | 24 | ${libdir}/opensync*/.debug/osplugin " |
25 | 25 | ||
26 | do_stage() { | ||
27 | autotools_stage_all | ||
28 | } | ||
diff --git a/meta/packages/opensync/libsyncml_0.5.4.bb b/meta/packages/opensync/libsyncml_0.5.4.bb index 394b3489de..7feb5e0f18 100644 --- a/meta/packages/opensync/libsyncml_0.5.4.bb +++ b/meta/packages/opensync/libsyncml_0.5.4.bb | |||
@@ -9,10 +9,6 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/libsyncml/0.5.4/libsyncml-0.5.4.tar.bz2 \ | |||
9 | 9 | ||
10 | inherit cmake pkgconfig | 10 | inherit cmake pkgconfig |
11 | 11 | ||
12 | do_stage() { | ||
13 | autotools_stage_all | ||
14 | } | ||
15 | |||
16 | PACKAGES += "${PN}-tools" | 12 | PACKAGES += "${PN}-tools" |
17 | 13 | ||
18 | FILES_${PN}-tools = "${bindir}" | 14 | FILES_${PN}-tools = "${bindir}" |